commit 7a04b6c
hovercats
·
2022-02-22 23:53:20 +0000 UTC
parent 35f8ff2
readme: drop the overview list
1 files changed,
+2,
-32
M
README
M
README
+2,
-32
1@@ -7,42 +7,12 @@ I may not be the author of all the scripts here, if thats the case, the original
2 author is likely listed in the script.
3
4 All scripts should pass shellcheck without issues, so portabilty should
5-not be of any concern.
6+not be of any concern. If something is non-portable, please let me know.
7+
8 If the script does not pass shellcheck, I will be modifying it so that it does.
9 An issue should be present if a script is added, and does not pass shellcheck.
10
11
12-Overview
13---------
14-
15- - bmks
16- - A browser independent bookmark script
17- - Uses dmenu, but should easily be usabe with fzf, rofi, bemenu etc
18- - Based off of the bmks script found on Suckless' website
19- - Ive since rewritten it with some twists for practise
20-
21- - dmpv
22- - Play videos in ~/Videos in mpv from dmenu
23- - Similarly to bmks, it probably works with fzf, rofi etc aswell.
24-
25- - dsearch
26- - Search the web with dmenu
27- - Only handles searchstrings currently
28-
29- - bri
30- - Change screen brightness
31- - Requires path to brightness file
32- - Exists in /sys/class/backlight/*
33- - Must have read/write access to said file
34- - Permission for this file doesnt persist across reboots, so creating a
35- script that sets correct permissions on boot is required.
36-
37- - holup
38- - A script that just waits.
39- - Usefull for launching an xorg-session without a WM, or restart your WM
40- etc, without killing the xorg-session.
41-
42-
43 The following scripts require wmutils[0] to work:
44 - groups.sh
45 - workspace.sh