9 lines
478 B
Text
9 lines
478 B
Text
[ -f /etc/xprofile ] && . /etc/xprofile
|
|
[ -f ~/.Xresources ] && xrdb -merge ~/.Xresources
|
|
[ -f ~/.setpath.sh ] && . ~/.setpath.sh
|
|
[ -f ~/.set_compose_key.sh ] && . ~/.set_compose_key.sh
|
|
|
|
hash xcompmgr 2>/dev/null && xcompmgr &
|
|
hash xscreensaver 2>/dev/null && xscreensaver -no-splash &
|
|
hash gpg-agent 2>/dev/null && eval $(gpg-agent --daemon --enable-ssh-support)
|
|
hash feh 2>/dev/null && feh --bg-scale "$(find 'pictures/wallpapers/enabled/' -type l -print | shuf | head -n 1)"
|