river: Fix filter rules for new version

Riverwm changed the way filters are applied at some point, this fixes
the applied rules (for floating and client side decoration windows).
This commit is contained in:
Marty Oehme 2024-09-15 22:06:46 +02:00
parent ff7adb859b
commit 0d41481763
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A

View file

@ -23,11 +23,11 @@ riverctl border-color-unfocused 0x586e75
# Set repeat rate
riverctl set-repeat 75 300
# Make certain views start floating
riverctl float-filter-add app-id float
# riverctl float-filter-add title "popup title with spaces"
riverctl rule-add -app-id float float
# riverctl rule-add -title "popup title with spaces" float
# # Set app-ids and titles of views which should use client side decorations
# riverctl csd-filter-add app-id "gedit"
riverctl csd-filter-remove app-id "org.pwmt.zathura"
riverctl rule-add -app-id "gedit" csd
riverctl rule-add -app-id "org.pwmt.zathura" csd
## DEBUG
# Reload river configuration