From 122f3ab070c315f5444568208e83ca6940b70b25 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Mon, 22 Sep 2025 16:17:22 +0200 Subject: [PATCH] [Hyprland] Add special workspace config --- config/hypr/hyprland/binds.conf | 6 ++++++ config/hypr/hyprland/general.conf | 2 ++ 2 files changed, 8 insertions(+) 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 {