From 72fe4a83b581e7e6b26453360272bbe1073462c6 Mon Sep 17 00:00:00 2001 From: Trumeet <17158086+Trumeet@users.noreply.github.com> Date: Wed, 29 Jan 2020 17:11:17 -0800 Subject: feat(i3): use asterisks password prompt --- i3/.config/i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 6c7f18d..d5ac0e4 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -11,7 +11,7 @@ font pango:monospace 8 #font pango:DejaVu Sans Mono 8 # Screen lock -bindsym Mod4+l exec xsecurelock +bindsym Mod4+l exec bash -c "env XSECURELOCK_PASSWORD_PROMPT=asterisks xsecurelock" # Use pactl to adjust volume in PulseAudio. set $refresh_i3status killall -SIGUSR1 i3status -- cgit v1.2.3