2017-06-28 15:09:17 +03:00
|
|
|
#!/usr/bin/env zsh
|
|
|
|
|
2019-04-08 18:36:00 +03:00
|
|
|
layouts='us(altgr-intl),ru(typewriter)'
|
2019-08-24 21:34:55 +03:00
|
|
|
(($#)) \
|
|
|
|
&& opts='grp:win_space_toggle,compose:menu' \
|
|
|
|
|| opts='grp:win_space_toggle,compose:menu,ctrl:nocaps'
|
2019-04-08 18:36:00 +03:00
|
|
|
|
2017-06-28 15:09:17 +03:00
|
|
|
# reset this before setting anything
|
|
|
|
setxkbmap us -option
|
|
|
|
setxkbmap $layouts -option $opts
|