From c241155b93053606136d3533875fac74a251e7e8 Mon Sep 17 00:00:00 2001 From: Sean Kovacs Date: Mon, 19 Jan 2026 12:35:29 -0500 Subject: [PATCH] update niri config --- home/tiling/niri/niri.nix | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) 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 = {};