diff options
| author | Isaac Freund <ifreund@ifreund.xyz> | 2021-09-06 14:46:34 +0200 |
|---|---|---|
| committer | Isaac Freund <ifreund@ifreund.xyz> | 2021-09-06 14:46:34 +0200 |
| commit | 119d733bdf8cec18a2a133cae4b8349ef9f18251 (patch) | |
| tree | c1a0f72304db69dfb70ceecc6af436b749c08efe /example | |
| parent | 546252aecf1dccbf74aaf6f14add63c2c6db938c (diff) | |
| download | river-119d733bdf8cec18a2a133cae4b8349ef9f18251.tar.gz river-119d733bdf8cec18a2a133cae4b8349ef9f18251.tar.xz | |
docs: update example init for float fitler changes
Diffstat (limited to 'example')
| -rwxr-xr-x | example/init | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/example/init b/example/init index 5c7fa16..d3b9dc3 100755 --- a/example/init +++ b/example/init @@ -148,9 +148,9 @@ riverctl border-color-unfocused 0x586e75 # Set repeat rate riverctl set-repeat 50 300 -# Set app-ids of views which should float -riverctl float-filter-add "float" -riverctl float-filter-add "popup" +# Make certain views start floating +riverctl float-filter-add app-id float +riverctl float-filter-add title "popup title with spaces" # Set app-ids of views which should use client side decorations riverctl csd-filter-add "gedit" |
