From f36e1c2ef2c3c5b80e65209b6c9334617f800be1 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Tue, 22 Apr 2025 10:16:41 +0300 Subject: default-config: Spawn waybar at startup Make it a bit less of an empty screen. --- resources/default-config.kdl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/default-config.kdl b/resources/default-config.kdl index 4bdc5894..a4332501 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -247,7 +247,9 @@ layout { // Note that running niri as a session supports xdg-desktop-autostart, // which may be more convenient to use. // See the binds section below for more spawn examples. -// spawn-at-startup "alacritty" "-e" "fish" + +// This line starts waybar, a commonly used bar for Wayland compositors. +spawn-at-startup "waybar" // Uncomment this line to ask the clients to omit their client-side decorations if possible. // If the client will specifically ask for CSD, the request will be honored. -- cgit