[verified] feat(quickshell): add blade launcher variant

This commit is contained in:
2026-08-28 20:48:23 +00:00
parent fdc00a8574
commit 5ecc73f084
5 changed files with 576 additions and 2 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 8))
++ (map (n: bind "SUPER + CTRL + ${toString n}" (dsp.global "quickshell:launcher${toString n}")) (lib.range 1 9))
++ [
# restart quickshell (also starts it if not running)
(bind "SUPER + CTRL + 0" (dsp.exec "qs kill; sleep 0.3; qs"))