From c74207e5a637aa209819eba348851c12c1316b97 Mon Sep 17 00:00:00 2001 From: José Juan Loeza Sierra Date: Wed, 10 Dec 2025 14:43:54 -0800 Subject: move background color to layout block setting the background color in the output blocks is now deprecated --- dot-config/niri/config.kdl | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'dot-config') 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 -- cgit v1.3