From 5235763216aafcd5edaf4eb6d3f52e9bd747badd Mon Sep 17 00:00:00 2001 From: José Juan Loeza Sierra Date: Fri, 12 Dec 2025 12:25:20 -0800 Subject: change to niri borders --- dot-config/niri/config.kdl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'dot-config') diff --git a/dot-config/niri/config.kdl b/dot-config/niri/config.kdl index 71a2fa4..27137a9 100644 --- a/dot-config/niri/config.kdl +++ b/dot-config/niri/config.kdl @@ -117,7 +117,7 @@ output "Dell Inc. DELL U2419HX 72Y65N2" { // https://github.com/YaLTeR/niri/wiki/Configuration:-Layout layout { // Set gaps around windows in logical pixels. - gaps 4 + gaps 0 // Background background-color "#000000" @@ -165,7 +165,7 @@ layout { // You can change how the focus ring looks. focus-ring { // Uncomment this line to disable the focus ring. - // off + off // How many logical pixels the ring extends out from the windows. width 4 @@ -201,11 +201,11 @@ layout { border { // The settings are the same as for the focus ring. // If you enable the border, you probably want to disable the focus ring. - off + // off width 4 - active-color "#ffc87f" - inactive-color "#505050" + active-color "#658594" + inactive-color "#000000" // Color of the border around windows that request your attention. urgent-color "#9b0000" -- cgit v1.3