From 5d98c83373aaa1582b8107429f1d6eac68c2dba0 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 12 May 2024 13:56:04 +0200 Subject: style(hm/wms/river/init): Accept shfmt's format :( Aligning command line arguments is bad because a small change could result in a big diff. --- hm/soispha/wms/river/init.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'hm/soispha/wms/river') 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 {{{ -- cgit 1.4.1