a couple of new scripts and fixes, fix for keyboard layouts on lock screen
This commit is contained in:
parent
dcbca52e0e
commit
6c22f6be55
5 changed files with 108 additions and 1 deletions
6
mykblayouts
Executable file
6
mykblayouts
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/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
|
Loading…
Add table
Add a link
Reference in a new issue