From 2d36139d685b737031f9f9a0952e00b0f3118c53 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 10 May 2024 23:37:22 +0200 Subject: 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). --- hm/soispha/wms/river/init.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 {{{ -- cgit 1.4.1