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."["]
|
[keys.normal."["]
|
||||||
x = "extend_line_above"
|
x = "extend_line_above"
|
||||||
[keys.normal.space]
|
[keys.normal.space]
|
||||||
# open clipboard picker & paste
|
# finally it works!
|
||||||
# p = [":append-output (clipcat-menu && wl-paste) || echo''"]
|
|
||||||
p = '''
|
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'''
|
: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 && 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"
|
x = ":bc"
|
||||||
|
|
||||||
# UI settings and stuff
|
# UI settings and stuff
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue