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"