diff --git a/config/hypr/hyprland/binds.conf b/config/hypr/hyprland/binds.conf index 52bc815..482ef19 100644 --- a/config/hypr/hyprland/binds.conf +++ b/config/hypr/hyprland/binds.conf @@ -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 │ diff --git a/config/hypr/hyprland/general.conf b/config/hypr/hyprland/general.conf index f48e1fe..5f0e892 100644 --- a/config/hypr/hyprland/general.conf +++ b/config/hypr/hyprland/general.conf @@ -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 {