refactor(binds): app launcher is SUPER+Space only
Some checks failed
Check / eval (push) Has been cancelled

Drop the duplicate SUPER+D drun bind; menu Apps hint shows SUPER+Space.
This commit is contained in:
2026-07-10 13:33:06 +01:00
parent 3d5cb21302
commit e2ede3d813
4 changed files with 4 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ let
rasiOverride = cfg.themesDir + "/${t.slug}/rofi.rasi";
hasRasiOverride = builtins.pathExists rasiOverride;
# App-launcher theme (SUPER+Space/D → `rofi -show drun -theme launcher`).
# App-launcher theme (SUPER+Space → `rofi -show drun -theme launcher`).
# Kept separate from the base theme so a theme can give the launcher its
# own layout (e.g. Boreal's icon grid) WITHOUT that layout leaking into
# the text menus, which share the base theme and need a list. The default