commit c2a33a6

hovercats  ·  2022-03-03 11:30:33 +0000 UTC
parent 36de21f
readme edits
1 files changed,  +11, -8
M README
M README
+11, -8
 1@@ -3,18 +3,21 @@ Scripts
 2 
 3 A repo containing some scripts I use.
 4 Please read all scrips before using them.
 5-I may not be the author of all the scripts here, if thats the case, the original
 6-author is likely listed in the script.
 7+I may or may not be the original author all scripts in this repo. 
 8+If Im not the author of said script, original author is probably listed in the 
 9+script, if they chose to include it themselves.
10 
11-All scripts should pass shellcheck without issues, so portabilty should
12-not be of any concern. If something is non-portable, please let me know.
13+I aim for all of the scripts in this repo to pass shellcheck, and as a secondary
14+goal, all scripts being posix compliant.
15+This also counts for scripts not originally written by me. Said scripts is
16+modified to pass shellcheck.
17 
18-If the script does not pass shellcheck, I will be modifying it so that it does.
19-An issue should be present if a script is added, and does not pass shellcheck.
20 
21-
22-The following scripts require wmutils[0] to work:
23+The following scripts require(/is used with) wmutils[0] to work:
24   - groups.sh
25   - workspace.sh
26+  - fullscreen.sh
27+    - depend on focus.sh
28+  - focus.sh
29 
30 [0] https://github.com/wmutils/core