diff options
| author | Isaac Freund <mail@isaacfreund.com> | 2022-11-25 12:40:11 +0100 |
|---|---|---|
| committer | Isaac Freund <mail@isaacfreund.com> | 2022-11-25 12:40:11 +0100 |
| commit | e2a27b3a4eaea4dc302dabd9e111bdc6e42489d9 (patch) | |
| tree | 7d9e0715fdb699741497285a571fd4daa3c11717 /example/init | |
| parent | 3ed71c51e262990d7c4b8cf513f157d463a61fac (diff) | |
| download | river-e2a27b3a4eaea4dc302dabd9e111bdc6e42489d9.tar.gz river-e2a27b3a4eaea4dc302dabd9e111bdc6e42489d9.tar.xz | |
example/init: run rivertile in background
There have been multiple "bug reports" from users that have added more
configuration using riverctl after this line starting rivertile and were
confused why that configuration has no effect.
It's not our job to explain how POSIX shell works, but we can make the
example a bit more foolproof for those who do not yet have experience
with it
Diffstat (limited to 'example/init')
| -rwxr-xr-x | example/init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/init b/example/init index 269a38e..b95a180 100755 --- a/example/init +++ b/example/init @@ -157,4 +157,4 @@ riverctl csd-filter-add app-id "gedit" # Set the default layout generator to be rivertile and start it. # River will send the process group of the init executable SIGTERM on exit. riverctl default-layout rivertile -rivertile -view-padding 6 -outer-padding 6 +rivertile -view-padding 6 -outer-padding 6 & |
