xinitrc: use ralt as compose key in keyboard layout
This commit is contained in:
parent
e8f940e70d
commit
4a133d8adc
1 changed files with 1 additions and 1 deletions
2
xinitrc
2
xinitrc
|
|
@ -11,7 +11,7 @@ case "$HOSTNAME" in
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
setxkbmap us -variant altgr-intl -option ctrl:nocaps -option compose:menu
|
setxkbmap us -variant altgr-intl -option ctrl:nocaps -option compose:menu -option compose:ralt
|
||||||
|
|
||||||
if [ -d $HOME/.fonts ]; then
|
if [ -d $HOME/.fonts ]; then
|
||||||
xset +fp $HOME/.fonts
|
xset +fp $HOME/.fonts
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue