adds overview, removes old stuff

This commit is contained in:
2026-08-19 20:47:29 +02:00
parent 6a9ae98c26
commit 67d50fb504
75 changed files with 3558 additions and 1691 deletions
+10 -1
View File
@@ -17,7 +17,16 @@ hl.bind(S .. " + J", hl.dsp.layout("togglesplit")) -- dwindle only
-- ── Groups ───────────────────────────────────────────────────
hl.bind(S .. " + K", hl.dsp.group.toggle())
hl.bind(S .. " + Tab", hl.dsp.group.next( window ))
-- hl.bind(S .. " + Tab", hl.dsp.group.next( window ))
hl.bind(S .. " + Tab", function()
local w = hl.get_active_window()
if w and w.group then
hl.dispatch(hl.dsp.group.next())
else
hl.dispatch(hl.dsp.exec_cmd("qs ipc -c own call overview toggle"))
end
end)
-- ── Volume ───────────────────────────────────────────────────
local vol = "~/.config/hypr/scripts/volume-helper.sh"