summaryrefslogtreecommitdiff
path: root/dot-config/niri/config.kdl
diff options
context:
space:
mode:
Diffstat (limited to 'dot-config/niri/config.kdl')
-rw-r--r--dot-config/niri/config.kdl10
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"