diff options
Diffstat (limited to 'dot-config/niri/config.kdl')
| -rw-r--r-- | dot-config/niri/config.kdl | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dot-config/niri/config.kdl b/dot-config/niri/config.kdl index c0cba2a..71a2fa4 100644 --- a/dot-config/niri/config.kdl +++ b/dot-config/niri/config.kdl @@ -98,9 +98,6 @@ output "eDP-1" { // If the position is unset or results in an overlap, the output is instead placed // automatically. // position x=1280 y=0 - - // Background - background-color "#000000" } // External montiors @@ -111,7 +108,6 @@ output "Dell Inc. DELL U2419HX 72Y65N2" { mode "1920x1080@60.000" scale 1 transform "normal" - background-color "#000000" // Position left of built-in display position x=1920 y=0 } @@ -122,6 +118,9 @@ output "Dell Inc. DELL U2419HX 72Y65N2" { layout { // Set gaps around windows in logical pixels. gaps 4 + + // Background + background-color "#000000" // When to center a column when changing focus, options are: // - "never", default behavior, focusing an off-screen column will keep at the left |
