From 5af83ce07fc2339b829dd90afa3b69cb46d05256 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Thu, 15 May 2025 17:33:06 +0300 Subject: niri: overview background color --- dotfiles/.config/niri/config.kdl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'dotfiles') diff --git a/dotfiles/.config/niri/config.kdl b/dotfiles/.config/niri/config.kdl index b591de7..a34902d 100644 --- a/dotfiles/.config/niri/config.kdl +++ b/dotfiles/.config/niri/config.kdl @@ -76,7 +76,7 @@ output "eDP-1" { // Uncomment this line to disable this output. // off - background-color "#000000" + // background-color "#000000" // Resolution and, optionally, refresh rate of the output. // The format is "x" or "x@". @@ -106,13 +106,14 @@ output "eDP-1" { } output "DP-1" { - background-color "#000000" + // background-color "#000000" position x=1536 y=0 //mode "2560x1440@165.000" } overview { zoom 0.4 + backdrop-color "#00807F" } // Settings that influence how windows are positioned and sized. @@ -122,6 +123,8 @@ layout { // Set gaps around windows in logical pixels. gaps 5 + background-color "#00000000" + // When to center a column when changing focus, options are: // - "never", default behavior, focusing an off-screen column will keep at the left // or right edge of the screen. -- cgit v1.2.3