Browse Source

Laptop now locks automatically on suspend.

Thomas Flucke 7 years ago
parent
commit
3f0f977efc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .xsessionrc

+ 1 - 0
.xsessionrc

@@ -6,4 +6,5 @@ if which numlockx > /dev/null 2> /dev/null; then
     numlockx
 fi
 
+xss-lock i3lock &
 #exec xautolock -time 15 -locker '/usr/local/bin/suspend' &