mirror of
https://github.com/LukeHagar/omarchy.git
synced 2025-12-06 04:20:23 +00:00
6 lines
242 B
Plaintext
6 lines
242 B
Plaintext
# Copy / Paste
|
|
bindd = SUPER, C, Copy, sendshortcut, CTRL, Insert,
|
|
bindd = SUPER, V, Paste, sendshortcut, SHIFT, Insert,
|
|
bindd = SUPER, X, Cut, sendshortcut, CTRL, X,
|
|
bindd = SUPER CTRL, V, Clipboard, exec, omarchy-launch-walker -m clipboard
|