From 3839cee19930d4641be180bbd5d222b258bfcb04 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Fri, 9 Jan 2026 16:15:57 +0100 Subject: [PATCH] pinwheel: Fix `hyprland` "smart borders" --- hosts/pinwheel/modules/hyprland/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts/pinwheel/modules/hyprland/default.nix b/hosts/pinwheel/modules/hyprland/default.nix index c87e0a7..7fd3263 100644 --- a/hosts/pinwheel/modules/hyprland/default.nix +++ b/hosts/pinwheel/modules/hyprland/default.nix @@ -55,10 +55,10 @@ in workspace = w[tv1], gapsout:0, gapsin:0 workspace = f[1], gapsout:0, gapsin:0 - windowrulev2 = bordersize 0, floating:0, onworkspace:w[tv1] - windowrulev2 = rounding 0, floating:0, onworkspace:w[tv1] - windowrulev2 = bordersize 0, floating:0, onworkspace:f[1] - windowrulev2 = rounding 0, floating:0, onworkspace:f[1] + windowrule = border_size 0, match:float 0, match:workspace w[tv1] + windowrule = rounding 0, match:float 0, match:workspace w[tv1] + windowrule = border_size 0, match:float 0, match:workspace f[1] + windowrule = rounding 0, match:float 0, match:workspace f[1] exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP '';