19 lines
299 B
Bash
Executable File
19 lines
299 B
Bash
Executable File
#!/bin/sh
|
|
|
|
sh ~/.fehbg &
|
|
#hsetroot -tile $HOME/img/wp/wp_pattern117.gif -tint "#313131"
|
|
xsetroot -cursor_name left_ptr
|
|
|
|
xset -b
|
|
xset +fp $HOME/.local/share/fonts
|
|
xset fp rehash
|
|
|
|
xrdb -load ~/.Xresources
|
|
sxhkd -c $HOME/.sxhkdrc &
|
|
swm &
|
|
|
|
compton -f --config $HOME/.compton.conf &
|
|
conky -d
|
|
|
|
exec urxvt
|