Moving setxkbmap from .xinitrc to .xprofile
This commit is contained in:
parent
301eea05b4
commit
d973bf1ad2
2 changed files with 1 additions and 2 deletions
2
.xinitrc
2
.xinitrc
|
@ -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
1
.xprofile
Normal file
|
@ -0,0 +1 @@
|
|||
setxkbmap -option compose:menu
|
Loading…
Reference in a new issue