2016-10-30 12:09:31 +01:00
|
|
|
[ -f /etc/xprofile ] && . /etc/xprofile
|
|
|
|
[ -f ~/.Xresources ] && xrdb -merge ~/.Xresources
|
2021-09-12 12:24:06 +02:00
|
|
|
[ -f "$MY_CONFIG/.set_compose_key.sh" ] && . "$MY_CONFIG/.set_compose_key.sh"
|
2016-10-30 12:09:31 +01:00
|
|
|
|
|
|
|
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)
|
2020-12-21 18:32:41 +01:00
|
|
|
hash set_wallpaper 2>/dev/null && set_wallpaper feh
|