[verified] feat(quickshell): add dense application launcher

This commit is contained in:
2026-08-28 07:35:06 +00:00
parent b16cc93ff6
commit fdc00a8574
7 changed files with 770 additions and 5 deletions
+1 -1
View File
@@ -198,7 +198,7 @@ in
# quickshell app-launcher variants (evaluating — pick one)
]
++ (map (n: bind "SUPER + CTRL + ${toString n}" (dsp.global "quickshell:launcher${toString n}")) (lib.range 1 7))
++ (map (n: bind "SUPER + CTRL + ${toString n}" (dsp.global "quickshell:launcher${toString n}")) (lib.range 1 8))
++ [
# restart quickshell (also starts it if not running)
(bind "SUPER + CTRL + 0" (dsp.exec "qs kill; sleep 0.3; qs"))