commit d85adc8
hovercats
·
2025-04-15 02:01:59 +0000 UTC
parent a56216f
nits. remove unneeded stuff
M
rc/bri
+0,
-1
1@@ -1,5 +1,4 @@
2 #!/bin/rc
3-# A simple script to change screen brightness.
4
5 flag e +
6
M
rc/dmpv
+0,
-2
1@@ -1,7 +1,5 @@
2 #!/bin/rc
3
4-# A tiny script for launching videos inside Videos dir with mpv
5-
6 flag e +
7
8 cd $HOME/usr/vid
M
rc/dpdf
+0,
-2
1@@ -1,7 +1,5 @@
2 #!/bin/rc
3
4-# open pdfs in mupdf with dmenu
5-
6 flag e +
7
8 cd $HOME/usr/doc
+0,
-3
1@@ -1,8 +1,5 @@
2 #!/bin/rc
3
4-# Search the web from dmenu
5-# Does not handle URLs
6-
7 flag e +
8
9 ENGINE='https://lite.duckduckgo.com/html?q='
+0,
-2
1@@ -1,7 +1,5 @@
2 #!/bin/rc
3
4-# download .torrent files to a directory where transmission will find them
5-
6 flag e +
7
8 curl --create-dirs -O --output-dir $HOME/usr/transmission $1
M
rc/ytdl
+0,
-3
1@@ -1,8 +1,5 @@
2 #!/bin/rc
3
4-# Simple script to download videos
5-# Requires yt-dlp
6-
7 flag e +
8
9 DLDIR=$HOME/usr/vid
M
sh/rbgs
+0,
-4
1@@ -1,9 +1,5 @@
2 #!/bin/sh -e
3
4-# Simple script which changes your wallpaper on set amount of time.
5-
6-set -e
7-
8 cd "$HOME"/usr/img
9
10 while :; do