From c8fa3d646b4d3dd91628212c167af4d0eedd2856 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Thu, 17 Nov 2022 16:31:55 +0100 Subject: [PATCH] Move between all workspaces, not just those on same monitor --- home/.config/hypr/hyprland.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/home/.config/hypr/hyprland.conf b/home/.config/hypr/hyprland.conf index 7b5f78b..8e99b35 100644 --- a/home/.config/hypr/hyprland.conf +++ b/home/.config/hypr/hyprland.conf @@ -251,10 +251,10 @@ bind = ALT, 8, movetoworkspace, 8 bind = ALT, 9, movetoworkspace, 9 # Cycle workspaces (relative movement) -bind = SUPER, mouse_down, workspace, m+1 -bind = SUPER, mouse_up, workspace, m-1 -bind = SUPER, bracketleft, workspace, m-1 -bind = SUPER, bracketright, workspace, m+1 +bind = SUPER, mouse_down, workspace, +1 +bind = SUPER, mouse_up, workspace, -1 +bind = SUPER, bracketleft, workspace, -1 +bind = SUPER, bracketright, workspace, +1 # Cycle monitors bind = SUPER_SHIFT, bracketleft, focusmonitor, -1