summaryrefslogtreecommitdiff
blob: feb020aaff03e8367fc17760aea8fe7374ecaf45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
http://bugs.gentoo.org/501370
http://bugzilla.xfce.org/show_bug.cgi?id=10679

--- scripts/xflock4
+++ scripts/xflock4
@@ -35,7 +35,8 @@
 # else run another access locking utility, if installed
 for lock_cmd in \
   "xlock -mode blank" \
-  "slock"
+  "slock" \
+  "alock -bg blank -auth pam"
   do
     set -- $lock_cmd
     if command -v -- $1 >/dev/null 2>&1; then