Skip to content

Instantly share code, notes, and snippets.

@bollovan
Created January 6, 2012 18:46
Show Gist options
  • Save bollovan/1571869 to your computer and use it in GitHub Desktop.
Save bollovan/1571869 to your computer and use it in GitHub Desktop.
#!/bin/bash
while true; do
"$HOME/.bin/dwm-status" &
sleep 1;
done &
dzconky &
sleep 1 && trayer --widthtype request --edge bottom --align right --height 20 --transparent true --tint '0x121212' &
pidgin &
parcellite &
wicd-client &
# Log stderrors to a file
while : ; do
dwm 2>&1
done | while read s; do echo "[$(date)] ${s}"; done >> ~/.dwm-log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment