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 --- docs/wiki/Configuration:-Miscellaneous.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/wiki/Configuration:-Miscellaneous.md') diff --git a/docs/wiki/Configuration:-Miscellaneous.md b/docs/wiki/Configuration:-Miscellaneous.md index 5231a79d..84b35c55 100644 --- a/docs/wiki/Configuration:-Miscellaneous.md +++ b/docs/wiki/Configuration:-Miscellaneous.md @@ -5,7 +5,7 @@ Here are all of these options at a glance: ```kdl spawn-at-startup "waybar" spawn-at-startup "alacritty" -spawn-at-startup-sh "qs -c ~/source/qs/MyAwesomeShell" +spawn-sh-at-startup "qs -c ~/source/qs/MyAwesomeShell" prefer-no-csd @@ -72,7 +72,7 @@ spawn-at-startup "alacritty" Note that running niri as a systemd session supports xdg-desktop-autostart out of the box, which may be more convenient to use. Thanks to this, apps that you configured to autostart in GNOME will also "just work" in niri, without any manual `spawn-at-startup` configuration. -### `spawn-at-startup-sh` +### `spawn-sh-at-startup` Since: next release @@ -85,7 +85,7 @@ See detailed description in the docs for the [`spawn-sh` key binding action](./C ```kdl // Pass all arguments in the same string. -spawn-at-startup-sh "qs -c ~/source/qs/MyAwesomeShell" +spawn-sh-at-startup "qs -c ~/source/qs/MyAwesomeShell" ``` ### `prefer-no-csd` -- cgit