diff options
Diffstat (limited to '.config/niri')
| -rw-r--r-- | .config/niri/config.kdl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.config/niri/config.kdl b/.config/niri/config.kdl index 31a75eb..0b5b5da 100644 --- a/.config/niri/config.kdl +++ b/.config/niri/config.kdl @@ -127,7 +127,6 @@ environment { DISPLAY ":0" } spawn-at-startup "waybar" -spawn-at-startup "sh -c 'swaybg -i $(cat ~/.cache/wal/wal)'" spawn-at-startup "xwayland-satellite" prefer-no-csd @@ -173,6 +172,10 @@ window-rule { clip-to-geometry true } +hotkey-overlay { + skip-at-startup +} + binds { // Mod-Shift-/, which is usually the same as Mod-?, // shows a list of important hotkeys. |
