hyprland: super+scroll switches workspace
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
9239f60549
commit
1a1374a99e
1 changed files with 4 additions and 0 deletions
|
|
@ -305,6 +305,10 @@ in
|
||||||
hl.bind(mod .. " + SHIFT + " .. i, hl.dsp.window.move({ workspace = workspace_id, follow = false }))
|
hl.bind(mod .. " + SHIFT + " .. i, hl.dsp.window.move({ workspace = workspace_id, follow = false }))
|
||||||
end
|
end
|
||||||
|
|
||||||
|
-- Scroll through workspaces
|
||||||
|
hl.bind(mod .. " + mouse_down", hl.dsp.focus({ workspace = "e+1" }))
|
||||||
|
hl.bind(mod .. " + mouse_up", hl.dsp.focus({ workspace = "e-1" }))
|
||||||
|
|
||||||
-- Screenshots — Shift+Super+S matches GNOME binding
|
-- Screenshots — Shift+Super+S matches GNOME binding
|
||||||
-- Pin/unpin quickshell's focus grab around the region select so an
|
-- Pin/unpin quickshell's focus grab around the region select so an
|
||||||
-- open menu survives slurp's input grab (no-ops if qs isn't up).
|
-- open menu survives slurp's input grab (no-ops if qs isn't up).
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue