aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2025-08-20 15:07:18 +0300
committerIvan Molodetskikh <yalterz@gmail.com>2025-08-20 15:10:05 +0300
commit34b05e8671964fcde178bd803e44b62ec5700113 (patch)
tree0195591368744c0924f3bd41c0d9ff98a50d2b59 /docs
parentd4e1b2231b3831a3a3ebe1bca3283c74fe5bba4e (diff)
downloadniri-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 'docs')
-rw-r--r--docs/wiki/Configuration:-Miscellaneous.md6
1 files changed, 3 insertions, 3 deletions
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`
<sup>Since: next release</sup>
@@ -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`