diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2025-08-20 15:07:18 +0300 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2025-08-20 15:10:05 +0300 |
| commit | 34b05e8671964fcde178bd803e44b62ec5700113 (patch) | |
| tree | 0195591368744c0924f3bd41c0d9ff98a50d2b59 /resources | |
| parent | d4e1b2231b3831a3a3ebe1bca3283c74fe5bba4e (diff) | |
| download | niri-34b05e8671964fcde178bd803e44b62ec5700113.tar.gz niri-34b05e8671964fcde178bd803e44b62ec5700113.tar.bz2 niri-34b05e8671964fcde178bd803e44b62ec5700113.zip | |
Rename spawn-at-startup-sh => spawn-sh-at-startup
Makes a bit more sense
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/default-config.kdl | 4 |
1 files changed, 2 insertions, 2 deletions
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. |
