From 2de8a8e825a6bbec655bbbf46c6fae8be536e4a2 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Mon, 16 Oct 2023 21:41:48 +0100 Subject: Updated riverctl rule-add configs to match commit d73ef51 - riverctl: rule-{add,del}: reorder parameters --- .config/river/init | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.config/river/init') diff --git a/.config/river/init b/.config/river/init index 2994cd9..625fdcb 100755 --- a/.config/river/init +++ b/.config/river/init @@ -195,16 +195,16 @@ riverctl set-repeat 50 300 bash $HOME/.config/river/autostart.sh # 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" # Float mpv when it's started -riverctl rule-add float -app-id 'mpv' -riverctl rule-add ssd -app-id 'libreoffice*' -riverctl rule-add ssd -app-id 'org.pwmt.zathura' -riverctl rule-add ssd -app-id 'imv' +riverctl rule-add -app-id 'mpv' float +riverctl rule-add -app-id 'libreoffice*' ssd +riverctl rule-add -app-id 'org.pwmt.zathura' ssd +riverctl rule-add -app-id 'imv' ssd # Set the default layout generator to be rivertile and start it. # River will send the process group of the init executable SIGTERM on exit. -- cgit v1.2.3