dottie/.xinitrc
Elliott Pardee 94117f5710 recycle
2014-12-27 19:57:36 -05:00

17 lines
271 B
Bash

#!/bin/sh
sh ~/.fehbg &
#xsetroot -solid "#376f4a"
xsetroot -cursor_name left_ptr
xset +fp $HOME/.local/share/fonts
[ ! -s ~/.config/mpd/pid ] && mpd
mpdscribble
compton -bc
xrdb -load ~/.Xresources
sxhkd -c $HOME/.sxhkdrc &
swm &
exec urxvt
xscreensaver -no-splash &