From 2c467cc8cb21b3db133a0e7834991686ae3c0343 Mon Sep 17 00:00:00 2001 From: SirBlobby Date: Wed, 19 Aug 2026 13:47:43 -0400 Subject: [PATCH] Swap Super+Space and Super+Alt+Space back to apps and Omarchy menu Claude-Session: https://claude.ai/code/session_014ADhvRXuiTvrXSbConxUey --- hypr/bindings.lua | 6 ++++++ hypr/keybinds.md | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/hypr/bindings.lua b/hypr/bindings.lua index 0efd264..146f22b 100644 --- a/hypr/bindings.lua +++ b/hypr/bindings.lua @@ -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") diff --git a/hypr/keybinds.md b/hypr/keybinds.md index 41c35d6..6a163f1 100644 --- a/hypr/keybinds.md +++ b/hypr/keybinds.md @@ -11,6 +11,8 @@ Print the live list at any time with `omarchy menu keybindings --print`. | Keybind | Action | | --- | --- | | `Super+Alt+W` | Wallpaper picker (AGS widget) | +| `Super+Space` | Apps menu (Omarchy 4 binds the root menu here by default) | +| `Super+Alt+Space` | Omarchy menu (Omarchy 4 binds the apps menu here by default) | ## Omarchy defaults worth remembering @@ -46,7 +48,6 @@ Print the live list at any time with `omarchy menu keybindings --print`. | Keybind | Action | | --- | --- | -| `Super+Space` | Omarchy menu | | `Super+Ctrl+Space` | Background switcher | | `Super+Shift+Ctrl+Space` | Theme menu | | `Super+Shift+Space` | Toggle the top bar |