2016-10-30 12:09:31 +01:00
|
|
|
[ -f /etc/xprofile ] && . /etc/xprofile
|
|
|
|
[ -f ~/.Xresources ] && xrdb -merge ~/.Xresources
|
2017-02-12 16:09:16 +01:00
|
|
|
[ -f ~/.setpath.sh ] && . ~/.setpath.sh
|
2016-10-30 12:09:31 +01:00
|
|
|
|
2015-08-11 20:58:06 +02:00
|
|
|
setxkbmap -option compose:menu
|
2016-08-30 21:10:06 +02:00
|
|
|
setxkbmap -option compose:rwin
|
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)
|