diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-01-21 10:33:25 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-01-21 10:33:25 -0500 |
| commit | 644732511485339b3f73359323a0c8fb6e4c020b (patch) | |
| tree | 9e92bec3799f6f469d8428dd3c7089d4e599bf6d | |
| parent | update qt theme (diff) | |
| download | dotfiles-nix-644732511485339b3f73359323a0c8fb6e4c020b.tar.gz dotfiles-nix-644732511485339b3f73359323a0c8fb6e4c020b.tar.bz2 dotfiles-nix-644732511485339b3f73359323a0c8fb6e4c020b.zip | |
| -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 |