Skip to content

Instantly share code, notes, and snippets.

@airways
Created March 10, 2011 16:25
Show Gist options
  • Save airways/864399 to your computer and use it in GitHub Desktop.
Save airways/864399 to your computer and use it in GitHub Desktop.
xterm*charClass: 33:48,35-38:48,39:43,42-47:48,58-59:48,61:48,63-64:48,126:48
xterm*background: black
xterm*foreground: white
xterm*cursorColor: white
xterm*font: -*-terminus-*-*-*-*-*-*-*-*-*-*-*-*
$PATH=$PATH:/usr/local/bin
xsetroot -solid '#4a525a'
xmodmap -e 'remove Mod2 = Meta_L' -e 'add Mod1 = Meta_L'
exec >>~/.xsession-errors 2>&1
~/bin/dwm-launch
while true
do
xsetroot -name "`date +"%Y-%m-%d %H:%M"`"
sleep 5
done &
exec /usr/local/bin/dwm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment