diff options
| author | José Juan Loeza Sierra <jj@xz6ze.com> | 2025-12-10 14:43:54 -0800 |
|---|---|---|
| committer | José Juan Loeza Sierra <jj@xz6ze.com> | 2025-12-10 14:43:54 -0800 |
| commit | c74207e5a637aa209819eba348851c12c1316b97 (patch) | |
| tree | 2a550793006b8137991cc7d774b4952397c6d0ae /dot-config/niri/config.kdl | |
| parent | 81f966f7f2d11f8099db64b66fdc6ed265a69396 (diff) | |
move background color to layout block
setting the background color in the output blocks is now deprecated
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 |
