Setting the keymap from .xinitrc

This commit is contained in:
Rodolphe Breard 2015-08-06 20:12:36 +02:00
parent 781fd45d4c
commit 301eea05b4

View file

@ -2,6 +2,8 @@
[ -f ~/.xprofile ] && . ~/.xprofile
[ -f ~/.Xresources ] && xrdb -merge ~/.Xresources
setxkbmap -option compose:menu
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 --write-env-file "${HOME}/.gpg-agent-info")