dottie/.xinitrc

17 lines
271 B
Plaintext
Raw Normal View History

2014-12-27 19:57:36 -05:00
#!/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 &