From 8d0e91ef0c3a862d510afa766994b0ac6692ab56 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 27 Apr 2023 17:55:34 +0100 Subject: [PATCH] Switch hyprland workspace shortcut keys --- .../desktop/wayland/config/hypr/hyprland.conf | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/nixos/home/desktop/wayland/config/hypr/hyprland.conf b/nixos/home/desktop/wayland/config/hypr/hyprland.conf index 43dfa82e..efb77d25 100644 --- a/nixos/home/desktop/wayland/config/hypr/hyprland.conf +++ b/nixos/home/desktop/wayland/config/hypr/hyprland.conf @@ -185,19 +185,17 @@ bind = $mainMod SHIFT, 8, movetoworkspace, 8 bind = $mainMod SHIFT, 9, movetoworkspace, 9 bind = $mainMod SHIFT, 0, movetoworkspace, 10 -# Scroll through existing workspaces with mainMod + scroll -bind = $mainMod, bracketright, workspace, m+1 -bind = $mainMod, bracketleft, workspace, m-1 +bind = $mainMod, period, workspace, m+1 +bind = $mainMod, comma, workspace, m-1 -bind = $mainMod SHIFT, bracketright, movetoworkspace, m+1 -bind = $mainMod SHIFT, bracketleft, movetoworkspace, m-1 +bind = $mainMod SHIFT, period, movetoworkspace, m+1 +bind = $mainMod SHIFT, comma, movetoworkspace, m-1 -# Change monitors independely of workspace -bind = $mainMod, period, focusmonitor, +1 -bind = $mainMod, comma, focusmonitor, +1 +bind = $mainMod, bracketright, focusmonitor, +1 +bind = $mainMod, bracketleft, focusmonitor, +1 -bind = $mainMod SHIFT, period, movecurrentworkspacetomonitor, +1 -bind = $mainMod SHIFT, comma, movecurrentworkspacetomonitor, +1 +bind = $mainMod SHIFT, bracketright, movecurrentworkspacetomonitor, +1 +bind = $mainMod SHIFT, bracketleft, movecurrentworkspacetomonitor, +1 bind = $mainMod, N, workspace, empty bind = $mainMod SHIFT, N, movetoworkspace, empty