diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2024-01-26 17:38:56 -0500 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2024-01-26 17:38:56 -0500 |
| commit | aac6082dad5727b8a5454ff8ac2718483bf5600b (patch) | |
| tree | c70925152d4f4250677ec2c73115064ddea59ac1 /river | |
| parent | 452b7e21020dd026496bde8523c5cd2e8d451605 (diff) | |
| download | rivercfg-aac6082dad5727b8a5454ff8ac2718483bf5600b.tar.gz rivercfg-aac6082dad5727b8a5454ff8ac2718483bf5600b.tar.xz | |
Tweak fonts a bit more. Force chromium to use ssd
Diffstat (limited to 'river')
| -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))) |
