AutoYADM commit: 2025-04-01 15:40:18

This commit is contained in:
Daniel Fichtinger 2025-04-01 15:40:18 -04:00
parent fce4cdb630
commit 72d8507b06

View file

@ -160,6 +160,11 @@ space = [
':set mouse false', ':set mouse false',
':set mouse true', ':set mouse true',
] ]
m = '''
@:echo hi
'''
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 || 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 = ''' P = '''