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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue