53d1499705
This reverts commit e7c841e5f1
.
6 lines
182 B
Bash
Executable file
6 lines
182 B
Bash
Executable file
#!/usr/bin/env zsh
|
|
layouts='us,ru'
|
|
variants='altgr-intl,typewriter'
|
|
opts='ctrl:nocaps,grp:win_space_toggle,compose:menu'
|
|
|
|
setxkbmap -layout $layouts -variant $variants -option $opts
|