about summary refs log tree commit diff stats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xhm/soispha/wms/river/init.sh16
1 files changed, 8 insertions, 8 deletions
diff --git a/hm/soispha/wms/river/init.sh b/hm/soispha/wms/river/init.sh
index 02792d60..06a2e2f4 100755
--- a/hm/soispha/wms/river/init.sh
+++ b/hm/soispha/wms/river/init.sh
@@ -26,14 +26,14 @@ export @env_vars@
 # }}}
 
 # Setup of Rules {{{
-err_fail riverctl rule-add -app-id float     -title '*'                float
-err_fail riverctl rule-add -app-id mpv       -title '*'                float
-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 '*'       -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.)
+err_fail riverctl rule-add -app-id float -title '*' float
+err_fail riverctl rule-add -app-id mpv -title '*' float
+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 '*' -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 {{{