Commit: 0643878ad9df5497a87f3e14a62c6466994b6e21
Parent: 50c04c41b1675c204fe0cbdba8d11ccf531793a5
Author: Randy Palamar
Date: Fri, 21 Oct 2022 19:34:24 -0600
sysact: switch keyboard to eng before locking
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/sysact b/bin/sysact
@@ -11,7 +11,7 @@ reboot
shutdown"
case ${1:-$(echo "$options" | dmenu -i -p "Action:")} in
-lock) slock ;;
+lock) ibus engine xkb:us::eng ; slock ;;
suspend) $SUCMD /sbin/zzz ;;
reboot) $SUCMD /sbin/shutdown -r now ;;
shutdown) $SUCMD /sbin/shutdown -h now ;;