adds overview, removes old stuff
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user