dotfiles/.xprofile

11 lines
371 B
Text
Raw Normal View History

2016-10-30 12:09:31 +01:00
[ -f /etc/xprofile ] && . /etc/xprofile
[ -f ~/.Xresources ] && xrdb -merge ~/.Xresources
[ -f ~/.setpath.sh ] && . ~/.setpath.sh
2016-10-30 12:09:31 +01: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)