xsession: add remap for Greek letters
This commit is contained in:
parent
7abe623fee
commit
46d4e6036f
@ -18,11 +18,19 @@ if command -v sct >/dev/null 2>&1; then
|
|||||||
sct 3500
|
sct 3500
|
||||||
fi
|
fi
|
||||||
|
|
||||||
setxkbmap -layout us -variant altgr-intl -option compose:caps
|
|
||||||
xset r rate 300 75
|
xset r rate 300 75
|
||||||
|
|
||||||
xset b off
|
xset b off
|
||||||
|
|
||||||
|
_remap_altgr()
|
||||||
|
{
|
||||||
|
xmodmap -e "$(xmodmap -pke |
|
||||||
|
awk -v kc="$1" -v act="$2" '$2 == kc {$8 = act; print}')"
|
||||||
|
}
|
||||||
|
|
||||||
|
setxkbmap -layout us -variant altgr-intl -option compose:caps
|
||||||
|
_remap_altgr 42 dead_greek
|
||||||
|
unset -f _remap_altgr
|
||||||
|
|
||||||
if [ -r ~/.Xresources ]; then
|
if [ -r ~/.Xresources ]; then
|
||||||
xrdb -load ~/.Xdefaults
|
xrdb -load ~/.Xdefaults
|
||||||
xrdb -merge ~/.Xresources
|
xrdb -merge ~/.Xresources
|
||||||
|
Loading…
Reference in New Issue
Block a user