AutoYADM commit: 2025-03-05 12:55:14

This commit is contained in:
Daniel Fichtinger 2025-03-05 12:55:14 -05:00
parent 03c5d01cc3
commit 39edcb0e67

View file

@ -129,7 +129,9 @@ C-u = ["page_cursor_half_up", "align_view_center"]
x = "extend_line_above"
[keys.normal.space]
# open clipboard picker & paste
p = [":append-output (clipcat-menu && wl-paste) || echo''"]
# p = [":append-output (clipcat-menu && wl-paste) || echo''"]
p = '''
:append-output (clipcat-menu --finder custom --custom-finder-program-path fuzzel --custom-finder-arguments=--dmenu,--placeholder=Clipboard --config <(printf "[log]\nemit_stdout = true\n") | grep -q 'Nothing is selected') || echo "hi"'''
P = [":insert-output clipcat-menu && wl-paste"]
x = ":bc"