commit 83947b6

hovercats  ·  2023-02-05 12:03:13 +0000 UTC
parent 1a779f4
nits
1 files changed,  +11, -15
M README
M README
+11, -15
 1@@ -3,22 +3,18 @@ Scripts
 2 
 3 A repo containing some scripts I use.
 4 Please read all scrips before using them.
 5-I may or may not be the original author all scripts in this repo. 
 6-If Im not the author of said script, original author is probably listed in the 
 7-script, if they chose to include it themselves.
 8+I may not be the original author of every script here,but Ive chosen to add them
 9+regardless, as Ive likely made some changes to them to fit my system.
10+Original author is likely listed if this is the case.
11 
12-I aim for all of the scripts in this repo to pass shellcheck, and as a secondary
13-goal, all scripts being posix compliant.
14-This also counts for scripts not originally written by me. Said scripts is
15-modified to pass shellcheck.
16+All scripts should pass shellcheck, and be posix. if not, I have probably not
17+gotten around to it yet. That is, unless its intentional.
18 
19-
20-The following scripts require(/is used with) wmutils[0] to work:
21-  - groups.sh
22-  - workspace.sh
23-  - fullscreen.sh
24-    - depend on focus.sh
25-  - focus.sh
26-  - tile.sh
27+The following scripts require(/is used with) wmutils[0]:
28+  - groups
29+  - workspace
30+  - fullscreen
31+  - focus
32+  - tile
33 
34 [0] https://github.com/wmutils/core