From bc897e091c9cd23a5fa4e1c0fde428187ffa427a Mon Sep 17 00:00:00 2001 From: Akina Date: Thu, 30 Apr 2026 16:34:07 +0900 Subject: [PATCH] breaking: use dms instaed of waybar --- config.kdl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.kdl b/config.kdl index 0af16c7..ee4051c 100644 --- a/config.kdl +++ b/config.kdl @@ -268,7 +268,8 @@ layout { // See the binds section below for more spawn examples. // This line starts waybar, a commonly used bar for Wayland compositors. -spawn-at-startup "waybar" +// Use dms instead of waybar +// spawn-at-startup "waybar" // To run a shell command (with variables, pipes, etc.), use spawn-sh-at-startup: // spawn-sh-at-startup "qs -c ~/source/qs/MyAwesomeShell"