diff options
| -rw-r--r-- | foot/foot.ini | 10 | ||||
| -rwxr-xr-x | river/init | 3 |
2 files changed, 7 insertions, 6 deletions
diff --git a/foot/foot.ini b/foot/foot.ini index 8e89536..042d07c 100644 --- a/foot/foot.ini +++ b/foot/foot.ini @@ -6,7 +6,7 @@ term=xterm-256color # font=Iosevka Term:style=Regular:size=10.5 # Very cool font, but only looks good at larger sizes IMO -# font=IBM 3270:Regular:size=14 +# font=IBM 3270:Regular:size=12 # Bitmap fonts: @@ -14,12 +14,12 @@ term=xterm-256color # font=CozetteHiDpi:style=Medium:size=14 # Terminus, the old classic. -#font=Terminus (TTF):style=Regular:size=10.5 +font=Terminus (TTF):style=Regular:size=10.5 # font=Terminus (TTF):style=Regular:size=9 # The sizing is odd, perhaps that on me? # Still, a decent font with a number of size options from tiny to large. -font=Tamzen:style=Regular:size=10.5 +# font=Tamzen:style=Regular:size=10.5 # fairly large font, also has a smaller variant # font=Gohu GohuFont:style=Regular:size=12 @@ -33,9 +33,9 @@ font=Tamzen:style=Regular:size=10.5 # font=curie:style=Italic:size=9 # Waste some space for asthetics... -# pad=20x20 +pad=20x20 # Or don't -pad=5x2 +# pad=5x2 # It'd be nice if it worked... dpi-aware=no @@ -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))) |
