Swap Super+Space and Super+Alt+Space back to apps and Omarchy menu

Claude-Session: https://claude.ai/code/session_014ADhvRXuiTvrXSbConxUey
This commit is contained in:
2026-08-19 13:47:43 -04:00
parent a0b06b12a3
commit 2c467cc8cb
2 changed files with 8 additions and 1 deletions
+6
View File
@@ -2,3 +2,9 @@
-- See current bindings and descriptions: omarchy menu keybindings --print
o.bind("SUPER + ALT + W", "Wallpaper picker", "ags toggle wall-picker")
-- Swap Omarchy 4's defaults back: apps on SUPER + SPACE, root menu on ALT.
hl.unbind("SUPER + SPACE")
hl.unbind("SUPER + ALT + SPACE")
o.bind("SUPER + SPACE", "Apps menu", "omarchy-menu toggle apps")
o.bind("SUPER + ALT + SPACE", "Omarchy menu", "omarchy-menu toggle")