aboutsummaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
Diffstat (limited to 'example')
-rwxr-xr-xexample/init4
1 files changed, 2 insertions, 2 deletions
diff --git a/example/init b/example/init
index a8e120f..dff995c 100755
--- a/example/init
+++ b/example/init
@@ -151,10 +151,10 @@ riverctl border-color-unfocused 0x586e75
riverctl set-repeat 50 300
# Make all views with an app-id that starts with "float" and title "foo" start floating.
-riverctl rule-add float -app-id 'float*' -title 'foo'
+riverctl rule-add -app-id 'float*' -title 'foo' float
# Make all views with app-id "bar" and any title use client-side decorations
-riverctl rule-add csd -app-id "bar"
+riverctl rule-add -app-id "bar" csd
# Set the default layout generator to be rivertile and start it.
# River will send the process group of the init executable SIGTERM on exit.