Pushing my st configs.

This commit is contained in:
Derek Taylor
2019-01-27 22:53:56 -06:00
parent 02f847dbf8
commit 65d7ec3cbe
26 changed files with 9506 additions and 0 deletions

6
st/startdwm Normal file
View File

@@ -0,0 +1,6 @@
while true; do
# Log stderror to a file
dwm 2> ~/.dwm.log
# No error logging
#dwm >/dev/null 2>&1
done