quickshell: Super+C keybind cheat sheet; spotify-player visualizer

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
rope 2026-07-31 12:22:11 +01:00
parent a7a9ac6198
commit 4a38a2f0d9
3 changed files with 169 additions and 1 deletions

View file

@ -360,6 +360,9 @@ in
-- Color picker copies hex to clipboard
hl.bind(mod .. " + A", hl.dsp.exec_cmd("hyprpicker -a"))
-- Keybind cheat sheet (quickshell overlay)
hl.bind(mod .. " + C", hl.dsp.exec_cmd("${qs} ipc call cheatsheet toggle"))
-- Mouse window manipulation
hl.bind(mod .. " + mouse:272", hl.dsp.window.drag(), { mouse = true })
hl.bind(mod .. " + mouse:273", hl.dsp.window.resize(), { mouse = true })