termcolors: get rid of it, not using it anyways; mykblayouts: support disabling ctrl:nocaps
This commit is contained in:
parent
b5f65b02d5
commit
fc7e5afe89
3 changed files with 3 additions and 192 deletions
|
@ -1,7 +1,9 @@
|
|||
#!/usr/bin/env zsh
|
||||
|
||||
layouts='us(altgr-intl),ru(typewriter)'
|
||||
opts='grp:win_space_toggle,compose:menu,ctrl:nocaps'
|
||||
(($#)) \
|
||||
&& opts='grp:win_space_toggle,compose:menu' \
|
||||
|| opts='grp:win_space_toggle,compose:menu,ctrl:nocaps'
|
||||
|
||||
# reset this before setting anything
|
||||
setxkbmap us -option
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue