5 lines
235 B
Bash
Executable file
5 lines
235 B
Bash
Executable file
#!/usr/bin/env zsh
|
|
pkill xxkb
|
|
setxkbmap -layout us,ru -variant altgr-intl,typewriter -option ctrl:nocaps,grp:win_space_toggle,compose:menu
|
|
xkbcomp $DISPLAY - | egrep -v "group . = AltGr;" | xkbcomp - $DISPLAY 2>/dev/null
|
|
xxkb & disown
|