Moving setxkbmap from .xinitrc to .xprofile

This commit is contained in:
Rodolphe Breard 2015-08-11 20:58:06 +02:00
parent 301eea05b4
commit d973bf1ad2
2 changed files with 1 additions and 2 deletions

View file

@ -2,8 +2,6 @@
[ -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")

1
.xprofile Normal file
View file

@ -0,0 +1 @@
setxkbmap -option compose:menu