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:
parent
ff7adb859b
commit
0d41481763
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue