diff --git a/home/tiling/niri/niri.nix b/home/tiling/niri/niri.nix index 8fce4f5..2335ff7 100644 --- a/home/tiling/niri/niri.nix +++ b/home/tiling/niri/niri.nix @@ -138,10 +138,10 @@ } { geometry-corner-radius = { - top-left = 16.0; - top-right = 16.0; - bottom-left = 16.0; - bottom-right = 16.0; + top-left = 0.0; + top-right = 0.0; + bottom-left = 0.0; + bottom-right = 0.0; }; clip-to-geometry = true; } @@ -159,14 +159,6 @@ open-maximized = true; open-focused = true; } - { - matches = [ - { - app-id = "mpv"; - } - ]; - border.active.color = pkgs.catppuccin.${config.catppuccin.flavor}.surface1; - } ]; binds = { "Mod+Shift+Slash".action.show-hotkey-overlay = {};