diff options
| author | José Juan Loeza Sierra <jj@xz6ze.com> | 2025-12-12 12:25:20 -0800 |
|---|---|---|
| committer | José Juan Loeza Sierra <jj@xz6ze.com> | 2025-12-12 12:25:20 -0800 |
| commit | 5235763216aafcd5edaf4eb6d3f52e9bd747badd (patch) | |
| tree | 8097e88ab503a75271a133eed4ed09ea1728e506 /dot-config/niri/config.kdl | |
| parent | 6ed536495e8ef52749842b9381ee2f594907ce2a (diff) | |
change to niri borders
Diffstat (limited to 'dot-config/niri/config.kdl')
| -rw-r--r-- | dot-config/niri/config.kdl | 10 |
1 files changed, 5 insertions, 5 deletions
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" |
