a couple of new scripts and fixes, fix for keyboard layouts on lock screen

This commit is contained in:
Von Random 2017-06-12 13:43:17 +03:00
parent dcbca52e0e
commit 6c22f6be55
5 changed files with 108 additions and 1 deletions

View file

@ -3,6 +3,8 @@ BACKGROUND='/tmp/screen_locked.png'
notify-send DUNST_COMMAND_PAUSE
scrot $BACKGROUND
mogrify -scale 10% -colorspace GRAY -scale 1000% $BACKGROUND
setxkbmap -layout us -variant altgr-intl
until i3lock -entc 661111 -i $BACKGROUND; do :; done
mykblayouts
rm $BACKGROUND
notify-send DUNST_COMMAND_RESUME