Add compose key customization

This commit is contained in:
Rodolphe Breard 2019-04-26 14:12:45 +02:00
parent 1af70b8f1c
commit 07e4884945
5 changed files with 17 additions and 3 deletions

View file

@ -1,9 +1,7 @@
[ -f /etc/xprofile ] && . /etc/xprofile
[ -f ~/.Xresources ] && xrdb -merge ~/.Xresources
[ -f ~/.setpath.sh ] && . ~/.setpath.sh
setxkbmap -option compose:rwin
setxkbmap -option compose:menu
[ -f ~/.set_compose_key.sh ] && . ~/.set_compose_key.sh
hash xcompmgr 2>/dev/null && xcompmgr &
hash xscreensaver 2>/dev/null && xscreensaver -no-splash &