diff options
Diffstat (limited to 'river/init')
| -rwxr-xr-x | river/init | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -161,7 +161,7 @@ riverctl rule-add -app-id "bar" csd # 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 -rivertile -view-padding 0 -outer-padding 0 & +rivertile -view-padding 10 -outer-padding 0 & riverctl map normal Super Equal spawn "$HOME/.config/river/padding_helper 0 25" riverctl map normal Super Minus spawn "$HOME/.config/river/padding_helper 0 -25" @@ -203,6 +203,7 @@ dbus-update-activation-environment --systemd WAYLAND_DISPLAY "XDG_CURRENT_DESKTO systemctl --user restart xdg-desktop-portal riverctl rule-add -title '*Firefox*' ssd +riverctl rule-add -app-id '*chromium*' ssd riverctl rule-add -title '*paypal*' float riverctl rule-add -title "*mpd*" tags $((1 << (7 - 1))) |
