diff --git a/ahrc-laptop/home.nix b/ahrc-laptop/home.nix index 4a1ae28..25212f5 100644 --- a/ahrc-laptop/home.nix +++ b/ahrc-laptop/home.nix @@ -68,8 +68,10 @@ gaps = 10; default-column-width.proportion = 0.5; preset-window-heights = [{ proportion = 1.0 / 2.0; }]; - focus-ring = { - width = 4; + focus-ring.enable = false; + border = { + enable = true; + width = 2; active.color = "#35f835e5"; inactive.color = "#80808080"; }; @@ -82,7 +84,17 @@ window-rules = [{ matches = [{ app-id = "im.riot.Riot"; }]; open-on-workspace = "apps"; - }]; + } + { + geometry-corner-radius = { + top-left = 10.0; + top-right = 10.0; + bottom-right = 10.0; + bottom-left = 10.0; + }; + clip-to-geometry = true; + } + ]; prefer-no-csd = true; screenshot-path = "~/screenshots/%Y%m%d%H%m%N.png"; binds = with config.lib.niri.actions; {