diff --git a/settings/hyprland.nix b/settings/hyprland.nix index 76bb993..74ff176 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -305,6 +305,10 @@ in hl.bind(mod .. " + SHIFT + " .. i, hl.dsp.window.move({ workspace = workspace_id, follow = false })) 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 -- 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).