diff options
-rwxr-xr-x | .config/river/init | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/river/init b/.config/river/init index 0b814ff..06c3ff0 100755 --- a/.config/river/init +++ b/.config/river/init @@ -202,7 +202,9 @@ riverctl rule-add csd -app-id "bar" # Float mpv when it's started riverctl rule-add float -app-id 'mpv' -riverctl rule-add csd -app-id 'libreoffice*' +riverctl rule-add ssd -app-id 'libreoffice*' +riverctl rule-add ssd -app-id 'org.pwmt.zathura' + # Set the default layout generator to be rivertile and start it. # River will send the process group of the init executable SIGTERM on exit. riverctl default-layout rivertile |