initial commit of new dwmstart and dwmstatus
This commit is contained in:
Executable
+13
@@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
# Script to start dwm in loop
|
||||
|
||||
while true; do
|
||||
$HOME/bin/dwmstatus
|
||||
sleep 2
|
||||
done &
|
||||
|
||||
while true; do
|
||||
dwm >/dev/null
|
||||
# to log stderrors to a file
|
||||
# dwm 2> ~/Build/dwm/dwm.log
|
||||
done
|
||||
Reference in New Issue
Block a user