Created
November 6, 2011 07:07
-
-
Save spo11/1342580 to your computer and use it in GitHub Desktop.
An ~/.xinitrc file to start dwm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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