From e72f9e50f6c83f8c68f97cba7a1af7c213fc41b7 Mon Sep 17 00:00:00 2001 From: Sem Date: Thu, 2 Apr 2026 17:38:52 +0200 Subject: [PATCH] update keybindings and animations a lil --- hypr/keybindings.conf | 2 ++ hypr/look-and-feel.conf | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/hypr/keybindings.conf b/hypr/keybindings.conf index 2a5516f..574acce 100644 --- a/hypr/keybindings.conf +++ b/hypr/keybindings.conf @@ -52,6 +52,8 @@ bind = $mainMod SHIFT, 0, movetoworkspace, 10 bind = $mainMod, left, workspace, -1 bind = $mainMod, right, workspace, +1 +bind = $mainMod SHIFT, left, movetoworkspace, -1 +bind = $mainMod SHIFT, right, movetoworkspace, +1 # Example special workspace (scratchpad) # bind = $mainMod, S, togglespecialworkspace, magic diff --git a/hypr/look-and-feel.conf b/hypr/look-and-feel.conf index 85df61b..e92a7b8 100644 --- a/hypr/look-and-feel.conf +++ b/hypr/look-and-feel.conf @@ -80,9 +80,9 @@ animations { animation = layersOut, 1, 1.5, linear, fade animation = fadeLayersIn, 1, 1.79, almostLinear animation = fadeLayersOut, 1, 1.39, almostLinear - animation = workspaces, 1, 1.94, almostLinear, fade - animation = workspacesIn, 1, 1.21, almostLinear, fade - animation = workspacesOut, 1, 1.94, almostLinear, fade + animation = workspaces, 1, 1.94, easeOutQuint, slide + animation = workspacesIn, 1, 1.21, easeOutQuint, slide + animation = workspacesOut, 1, 1.94, easeOutQuint, slide animation = zoomFactor, 1, 7, quick }