AutoYADM commit: 2025-03-05 12:55:14
This commit is contained in:
parent
03c5d01cc3
commit
39edcb0e67
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue