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-04-27 00:55:35 -04:00
|
|
|
offlineimap &
|
|
|
|
|
2014-12-27 19:57:36 -05:00
|
|
|
xrdb -load ~/.Xresources
|
|
|
|
sxhkd -c $HOME/.sxhkdrc &
|
|
|
|
swm &
|
|
|
|
|
|
|
|
exec urxvt
|