diff --git a/modules/home/desktop/hyprland/default.nix b/modules/home/desktop/hyprland/default.nix index 0b70a39..9394865 100644 --- a/modules/home/desktop/hyprland/default.nix +++ b/modules/home/desktop/hyprland/default.nix @@ -312,7 +312,7 @@ in { "$mod, 7, workspace, 7" "$mod, 8, workspace, 8" "$mod, 9, workspace, 9" - "$mod, 0, workspace, 10" + "$mod, 0, togglespecialworkspace" "$modShiftCtrl, 1, movetoworkspace, 1" "$modShiftCtrl, 2, movetoworkspace, 2" @@ -323,7 +323,7 @@ in { "$modShiftCtrl, 7, movetoworkspace, 7" "$modShiftCtrl, 8, movetoworkspace, 8" "$modShiftCtrl, 9, movetoworkspace, 9" - "$modShiftCtrl, 0, movetoworkspace, 10" + "$modShiftCtrl, 0, movetoworkspace, special" "$mod, Q, workspace, 1" "$mod, W, workspace, 2" @@ -334,7 +334,7 @@ in { "$mod, L, workspace, 7" "$mod, U, workspace, 8" "$mod, Y, workspace, 9" - "$mod, ', workspace, 10" + "$mod, apostrophe, togglespecialworkspace" "$modShiftCtrl, Q, movetoworkspace, 1" "$modShiftCtrl, W, movetoworkspace, 2" @@ -345,7 +345,7 @@ in { "$modShiftCtrl, L, movetoworkspace, 7" "$modShiftCtrl, U, movetoworkspace, 8" "$modShiftCtrl, Y, movetoworkspace, 9" - "$modShiftCtrl, ', movetoworkspace, 10" + "$modShiftCtrl, apostrophe, movetoworkspace, special" "$modShiftCtrl, $left, movetoworkspace, e-1" "$modShiftCtrl, $right, movetoworkspace, e+1"