aboutsummaryrefslogtreecommitdiffstats
path: root/hm/soispha
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-05-10 23:37:22 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-05-10 23:37:22 +0200
commit2d36139d685b737031f9f9a0952e00b0f3118c53 (patch)
tree137fd2c42083bc6519969c509e6a9cea2cfa1180 /hm/soispha
parentrefactor(hm/wms/river/init): Update to river 3.0 (diff)
downloadnixos-config-2d36139d685b737031f9f9a0952e00b0f3118c53.zip
fix(hm/wms/river/init): Restore the pre 3.0 forced ssd
Otherwise random windows (alacritty for example) don't have the focused border (or any border).
Diffstat (limited to '')
-rwxr-xr-xhm/soispha/wms/river/init.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/hm/soispha/wms/river/init.sh b/hm/soispha/wms/river/init.sh
index ef64388d..02792d60 100755
--- a/hm/soispha/wms/river/init.sh
+++ b/hm/soispha/wms/river/init.sh
@@ -32,7 +32,8 @@ err_fail riverctl rule-add -app-id ModernGL -title '*' float
err_fail riverctl rule-add -app-id '*' -title 'Manim Slides' float
err_fail riverctl rule-add -app-id '*' -title 'floating please' float
-err_fail riverctl rule-add -app-id firefox -title '*' csd
+err_fail riverctl rule-add -app-id '*' -title '*' ssd
+err_fail riverctl rule-add -app-id firefox -title '*' csd # This remove the focus border around Firefox (which is useful because the Firefox is nearly always in its own tag.)
# }}}
# Set riverctl settings {{{