From 1a1374a99ef0322ae4a97e4c0982e4626f0c0f76 Mon Sep 17 00:00:00 2001 From: rope Date: Wed, 8 Jul 2026 12:45:55 +0100 Subject: [PATCH] hyprland: super+scroll switches workspace Co-Authored-By: Claude Fable 5 --- settings/hyprland.nix | 4 ++++ 1 file changed, 4 insertions(+) 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).