.xsessionrc 186 B

12345678910
  1. #!/bin/sh
  2. ~/.i3/generatei3Config.sh
  3. if which numlockx > /dev/null 2> /dev/null; then
  4. numlockx
  5. fi
  6. xss-lock i3lock &
  7. exec xautolock -time 15 -locker 'systemctl --no-wall suspend' &