From 34b05e8671964fcde178bd803e44b62ec5700113 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Wed, 20 Aug 2025 15:07:18 +0300 Subject: Rename spawn-at-startup-sh => spawn-sh-at-startup Makes a bit more sense --- resources/default-config.kdl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resources') diff --git a/resources/default-config.kdl b/resources/default-config.kdl index a1c42ced..8b0a93d1 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -270,8 +270,8 @@ layout { // This line starts waybar, a commonly used bar for Wayland compositors. spawn-at-startup "waybar" -// To run a shell command (with variables, pipes, etc.), use spawn-at-startup-sh: -// spawn-at-startup-sh "qs -c ~/source/qs/MyAwesomeShell" +// To run a shell command (with variables, pipes, etc.), use spawn-sh-at-startup: +// spawn-sh-at-startup "qs -c ~/source/qs/MyAwesomeShell" hotkey-overlay { // Uncomment this line to disable the "Important Hotkeys" pop-up at startup. -- cgit