fix issues after configuration merge

This commit is contained in:
2026-08-15 22:17:56 +02:00
parent 3c53dc30b5
commit 634aa211f4
2 changed files with 8 additions and 7 deletions
+7 -6
View File
@@ -25,20 +25,21 @@ edit:
command: nvim command: nvim
merge: merge:
pager: ""
command: meld command: meld
args: args:
- {{ printf "%q" "{{ .Source }}" }} - "{{`{{ .Source }}`}}"
- {{ printf "%q" "{{ .Destination }}" }} - "{{`{{ .Destination }}`}}"
diff: diff:
command: meld command: sh
args: args:
- --diff - -c
- {{ printf "%q" "{{ .Destination }}" }} - 'echo "Using meld"; meld --diff "{{`{{ .Destination }}`}}" "{{`{{ .Target }}`}}"'
- {{ printf "%q" "{{ .Target }}" }}
encryption: gpg encryption: gpg
gpg: gpg:
recipient: {{ $gpg_recipient | quote }} recipient: {{ $gpg_recipient | quote }}
# vim: ft=template syntax=yaml # vim: ft=template syntax=yaml
@@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
(sleep 5 ; hyprctl eval 'request_apply_monitor_profile()') & (sleep 2 ; hyprctl eval 'request_apply_monitor_profile()') &
hyprctl dispatch 'hl.dsp.exec_cmd("uwsm app -- thunderbird", {workspace = 10})' hyprctl dispatch 'hl.dsp.exec_cmd("uwsm app -- thunderbird", {workspace = 10})'
{{ if eq .work_env true -}} {{ if eq .work_env true -}}