new keyboard layout in town
This commit is contained in:
parent
c77623fdcd
commit
e7c841e5f1
2 changed files with 2 additions and 8 deletions
|
@ -3,8 +3,8 @@ BACKGROUND='/tmp/screen_locked.png'
|
|||
/usr/bin/notify-send DUNST_COMMAND_PAUSE
|
||||
/usr/bin/scrot $BACKGROUND
|
||||
/usr/bin/mogrify -scale 10% -colorspace GRAY -scale 1000% $BACKGROUND
|
||||
/usr/bin/setxkbmap -layout us -variant altgr-intl
|
||||
/usr/bin/setxkbmap 'ducky_mini(us)'
|
||||
until /usr/bin/i3lock -entc 661111 -i $BACKGROUND; do :; done
|
||||
$HOME/vscripts/mykblayouts
|
||||
/usr/bin/setxkbmap 'ducky_mini(us),ducky_mini(ru)'
|
||||
/usr/bin/rm $BACKGROUND
|
||||
/usr/bin/notify-send DUNST_COMMAND_RESUME
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
#!/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…
Reference in a new issue