AutoYADM commit: 2025-03-05 13:05:14
This commit is contained in:
parent
e3f8dec155
commit
516a2ea7a5
1 changed files with 4 additions and 4 deletions
|
@ -128,11 +128,11 @@ C-u = ["page_cursor_half_up", "align_view_center"]
|
|||
[keys.normal."["]
|
||||
x = "extend_line_above"
|
||||
[keys.normal.space]
|
||||
# open clipboard picker & paste
|
||||
# p = [":append-output (clipcat-menu && wl-paste) || echo''"]
|
||||
# finally it works!
|
||||
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' && exit 1'''
|
||||
P = [":insert-output clipcat-menu && wl-paste"]
|
||||
: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' && exit 1 || wl-paste'''
|
||||
P = '''
|
||||
:insert-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' && exit 1 || wl-paste'''
|
||||
x = ":bc"
|
||||
|
||||
# UI settings and stuff
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue