dottie/.xinitrc

19 lines
299 B
Plaintext
Raw Normal View History

2014-12-27 19:57:36 -05:00
#!/bin/sh
sh ~/.fehbg &
2015-04-27 00:55:35 -04:00
#hsetroot -tile $HOME/img/wp/wp_pattern117.gif -tint "#313131"
2014-12-27 19:57:36 -05:00
xsetroot -cursor_name left_ptr
2015-04-27 00:55:35 -04:00
xset -b
2014-12-27 19:57:36 -05:00
xset +fp $HOME/.local/share/fonts
2015-06-06 18:01:22 -04:00
xset fp rehash
2015-04-27 00:55:35 -04:00
2014-12-27 19:57:36 -05:00
xrdb -load ~/.Xresources
sxhkd -c $HOME/.sxhkdrc &
swm &
2015-06-06 18:01:22 -04:00
compton -f --config $HOME/.compton.conf &
conky -d
2014-12-27 19:57:36 -05:00
exec urxvt