docs: remove reference to /etc/river/init

We used to look in /etc/river/init if no init at ~/.config/river/init
or $XDG_CONFIG_HOME/river/init was found but this feature was
removed. It seems that we forgot to remove this mention of the old
behavior however.
This commit is contained in:
Isaac Freund 2021-11-11 16:07:19 +01:00
parent 663e839e9d
commit 0cbe2b9fc3
No known key found for this signature in database
GPG Key ID: 86DED400DDFD7A11

View File

@ -355,7 +355,9 @@ Bind Super+Return in normal mode to spawn a *foot*(1) terminal:
riverctl map normal Mod4 Return spawn 'foot --app-id=foobar' riverctl map normal Mod4 Return spawn 'foot --app-id=foobar'
See also the example init script at /etc/river/init. Bind Super+Shift+J to swap the focused view with the next visible view:
riverctl map normal Mod4+Shift J swap next
# AUTHORS # AUTHORS