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

@@ -13,8 +13,7 @@
{
binds = [
{ mods = "$mod"; key = "Return"; action = "exec, $terminal"; desc = "Open terminal"; }
{ mods = "$mod"; key = "Space"; action = "exec, rofi -show drun -theme launcher"; desc = "Quick launch (apps)"; }
{ mods = "$mod"; key = "D"; action = "exec, rofi -show drun -theme launcher"; desc = "App launcher"; }
{ mods = "$mod"; key = "Space"; action = "exec, rofi -show drun -theme launcher"; desc = "App launcher"; }
{ mods = "$mod"; key = "M"; action = "exec, nomarchy-menu"; desc = "Main menu"; }
{ mods = "$mod"; key = "E"; action = "exec, $terminal -e yazi"; desc = "File manager (yazi)"; }
{ mods = "$mod"; key = "Q"; action = "killactive"; desc = "Close window"; }