diff options
-rw-r--r-- | .config/hypr/hyprland.conf | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 1231441..31211db 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -75,9 +75,7 @@ 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, 4, quick, slidevert } dwindle { @@ -137,7 +135,7 @@ bind = $mainMod SHIFT, Return, swapnext bind =, Print, exec, menurecord bind = SHIFT, Print, exec, menurecord kill bind = $mainMod, E, exec, foot -e neomutt; pkill -RTMIN+12 waybar -bind = $mainMod SHIFT, N, exec, foot -e newsboat; pkill -RTMIN+6 waybar +bind = $mainMod SHIFT, N, exec, foot newsboat; pkill -RTMIN+6 waybar bind = $mainMod SHIFT, S, exec, slurp | grim -t jpeg -g - - | wl-copy -t image/jpeg bind = $mainMod SHIFT, R, exec, foot -e btop bind = $mainMod, M, exec, foot -e cmus @@ -199,9 +197,7 @@ layerrule = blur,waybar layerrule = animation fadeIn, hyprpaper layerrule = animation fadeIn, selection workspace = 1, monitor:DP-2 -workspace = 2, monitor:DP-2 -workspace = 3, monitor:DP-3 -workspace = 4, monitor:DP-3 +workspace = 2, monitor:DP-3 experimental { xx_color_management_v4 = true |