fix issues after configuration merge
This commit is contained in:
@@ -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
-1
@@ -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 -}}
|
||||||
Reference in New Issue
Block a user