diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2025-05-15 17:33:06 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2025-05-15 17:33:06 +0300 |
commit | 5af83ce07fc2339b829dd90afa3b69cb46d05256 (patch) | |
tree | 45557845e757139f49dfaccd4b12845bf1a45990 /dotfiles/.config/niri/config.kdl | |
parent | 1fd5d7f62547213df3874a73ea83acf1f77bddf7 (diff) | |
download | swayrice-5af83ce07fc2339b829dd90afa3b69cb46d05256.tar.gz swayrice-5af83ce07fc2339b829dd90afa3b69cb46d05256.zip |
niri: overview background colorniri
Diffstat (limited to 'dotfiles/.config/niri/config.kdl')
-rw-r--r-- | dotfiles/.config/niri/config.kdl | 7 |
1 files changed, 5 insertions, 2 deletions
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 "<width>x<height>" or "<width>x<height>@<refresh rate>". @@ -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. |