aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-05-12 13:56:04 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-05-12 13:56:04 +0200
commit5d98c83373aaa1582b8107429f1d6eac68c2dba0 (patch)
tree075ce26ea10c4cb5ea8988a9421b4455228e235a
parentrefactor(sys/pkgs/neorg/nu): Delete the canceled try at a nu rewrite (diff)
downloadnixos-config-5d98c83373aaa1582b8107429f1d6eac68c2dba0.zip
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.
-rwxr-xr-xhm/soispha/wms/river/init.sh14
1 files changed, 7 insertions, 7 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 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 '*' -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 {{{