Skip to content

Instantly share code, notes, and snippets.

@spo11
Created November 6, 2011 07:07
Show Gist options
  • Save spo11/1342580 to your computer and use it in GitHub Desktop.
Save spo11/1342580 to your computer and use it in GitHub Desktop.
An ~/.xinitrc file to start dwm
#!/bin/zsh
mpd ~/.mpd/mpd.conf & # this is to start the music player daemon
nitrogen --restore & # this is to set an image background
xset +fp /usr/share/fonts/local & # must be done to make sure the symbols in Terminusmod show up
xset fp rehash & # see above
exec ck-launch-session dbus-launch --sh-syntax --exit-with-session ~/.bin/startdwm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment