[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 │

View File

@@ -108,6 +108,8 @@ animations {
animation = border, 1, 10, default
animation = fade, 1, 4, default
animation = workspaces, 1, 3, default
animation = specialWorkspaceIn, 1, 2, default, fade
animation = specialWorkspaceOut, 1, 2, default, fade
}
misc {