Add compose key customization
This commit is contained in:
parent
1af70b8f1c
commit
07e4884945
5 changed files with 17 additions and 3 deletions
|
@ -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 &
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue