More helpers to cleanup configs

This commit is contained in:
David Heinemeier Hansson
2026-05-14 13:15:03 +02:00
parent a4e4b4b1ed
commit e916491c9f
6 changed files with 75 additions and 56 deletions
+1 -1
View File
@@ -13,4 +13,4 @@ end
o.bind("SUPER + C", "Universal copy", send_shortcut_once("CTRL", "Insert"))
o.bind("SUPER + V", "Universal paste", send_shortcut_once("SHIFT", "Insert"))
o.bind("SUPER + X", "Universal cut", send_shortcut_once("CTRL", "X"))
o.bind("SUPER + CTRL + V", "Clipboard manager", "omarchy-launch-walker -m clipboard")
o.bind("SUPER + CTRL + V", "Clipboard manager", { omarchy = "walker -m clipboard" })