[Hyprland] Add special workspace config

This commit is contained in:
2025-09-22 16:17:22 +02:00
parent 46a732e8f7
commit 122f3ab070
2 changed files with 8 additions and 0 deletions

View File

@@ -128,6 +128,12 @@ bind = $mainMod SHIFT, j, movetoworkspace, e-1
bind = $mainMod SHIFT, k, movetoworkspace, e+1
# ┌ ┐
# │ Special workspace │
# └ ┘
bind = $mainMod SHIFT, M, movetoworkspace, special
bind = $mainMod, M, togglespecialworkspace
# ┌ ┐
# │ Scroll through existing workspaces with │
# │ mainMod + scroll │