example/init: don't use exec
This causes far too much unnecessary confusion for people new to shell scripting and is fairly pointless anyways.
This commit is contained in:
parent
9b04109c82
commit
78d96d19e4
@ -154,7 +154,7 @@ riverctl float-filter-add title "popup title with spaces"
|
|||||||
# Set app-ids and titles of views which should use client side decorations
|
# Set app-ids and titles of views which should use client side decorations
|
||||||
riverctl csd-filter-add app-id "gedit"
|
riverctl csd-filter-add app-id "gedit"
|
||||||
|
|
||||||
# Set and exec into the default layout generator, rivertile.
|
# Set the default layout generator to be rivertile and start it.
|
||||||
# River will send the process group of the init executable SIGTERM on exit.
|
# River will send the process group of the init executable SIGTERM on exit.
|
||||||
riverctl default-layout rivertile
|
riverctl default-layout rivertile
|
||||||
exec rivertile -view-padding 6 -outer-padding 6
|
rivertile -view-padding 6 -outer-padding 6
|
||||||
|
Loading…
Reference in New Issue
Block a user