diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2026-03-23 13:04:53 +0100 |
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2026-03-23 13:04:53 +0100 |
| commit | a414602f94056374ebfc0c7f2b56f0cf9ae4ca0a (patch) | |
| tree | ec97e46c0041a6f4b962afe4c26a20edde796ba1 /.config/niri | |
| parent | e0b9288239dd63ac5ee9a4b7a42031750424bdc4 (diff) | |
niri: Make the default background black
Diffstat (limited to '.config/niri')
| -rw-r--r-- | .config/niri/config.kdl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/niri/config.kdl b/.config/niri/config.kdl index d85892c..c388dc4 100644 --- a/.config/niri/config.kdl +++ b/.config/niri/config.kdl @@ -63,7 +63,7 @@ cursor { layout { gaps 12 - background-color "#2B303B" + background-color "#000" always-center-single-column center-focused-column "on-overflow" |