From 0d41481763dea831bdf903548f5b4ef40c2b240e Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Sun, 15 Sep 2024 22:06:46 +0200 Subject: [PATCH] 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). --- desktop/.config/river/init | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/desktop/.config/river/init b/desktop/.config/river/init index 000e921..debf7fc 100755 --- a/desktop/.config/river/init +++ b/desktop/.config/river/init @@ -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