diff options
| -rw-r--r-- | home/desktops/hyprland/settings.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/home/desktops/hyprland/settings.nix b/home/desktops/hyprland/settings.nix index d285b04..5458dc8 100644 --- a/home/desktops/hyprland/settings.nix +++ b/home/desktops/hyprland/settings.nix @@ -111,6 +111,7 @@ # Layer rules layerrule = [ + # fix weird borders "blur true, match:namespace wofi" "ignore_alpha 0, match:namespace wofi" "blur true, match:namespace notificaations" @@ -119,6 +120,9 @@ "ignore_alpha 0, match:namespace swaync-notification-window" "blur true, match:namespace swaync-control-center" "ignore_alpha 0, match:namespace swaync-control-center" + + # dont animate slurp + "no_anim true, match:namespace selection" ]; # XWayland |