xss-lock: don't try to hide keyboard layout

We are using auth_x11 from Debian's package which is too old...
This commit is contained in:
Vincent Bernat 2022-10-12 23:38:02 +02:00
parent ab098b9e9a
commit fb11b4f157

View file

@ -51,8 +51,6 @@ case "$1" in
XSECURELOCK_FONT="Iosevka" \ XSECURELOCK_FONT="Iosevka" \
`# Timeout for authentication window` \ `# Timeout for authentication window` \
XSECURELOCK_AUTH_TIMEOUT=10 \ XSECURELOCK_AUTH_TIMEOUT=10 \
`# Don't show keyboard layout` \
XSECURELOCK_SHOW_KEYBOARD_LAYOUT=0 \
xsecurelock xsecurelock
echo "lock: unlock screen" echo "lock: unlock screen"
# After unlocking screen, stop dimmer, restore notifications # After unlocking screen, stop dimmer, restore notifications