Compose key in xsession

This commit is contained in:
Julien Palard 2019-10-15 22:32:05 +02:00
parent f1b0570c6a
commit fec209a38a
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,9 @@ xset -b
# Enable zapping (C-A-<Bksp> kills X)
setxkbmap -option terminate:ctrl_alt_bksp
# Enable compose key on right alt
xmodmap -e "keysym Alt_R = Multi_key"
# Enforce correct locales from the beginning
unset LC_COLLATE
export LC_CTYPE=en_US.UTF-8