Setting the keymap from .xinitrc
This commit is contained in:
parent
781fd45d4c
commit
301eea05b4
1 changed files with 2 additions and 0 deletions
2
.xinitrc
2
.xinitrc
|
@ -2,6 +2,8 @@
|
||||||
[ -f ~/.xprofile ] && . ~/.xprofile
|
[ -f ~/.xprofile ] && . ~/.xprofile
|
||||||
[ -f ~/.Xresources ] && xrdb -merge ~/.Xresources
|
[ -f ~/.Xresources ] && xrdb -merge ~/.Xresources
|
||||||
|
|
||||||
|
setxkbmap -option compose:menu
|
||||||
|
|
||||||
hash xcompmgr 2>/dev/null && xcompmgr &
|
hash xcompmgr 2>/dev/null && xcompmgr &
|
||||||
hash xscreensaver 2>/dev/null && xscreensaver -no-splash &
|
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")
|
hash gpg-agent 2>/dev/null && eval $(gpg-agent --daemon --enable-ssh-support --write-env-file "${HOME}/.gpg-agent-info")
|
||||||
|
|
Loading…
Reference in a new issue