#!/bin/sh

~/.i3/generatei3Config.sh

if which numlockx > /dev/null 2> /dev/null; then
    numlockx
fi

xss-lock i3lock &
exec xautolock -time 15 -locker 'systemctl --no-wall suspend' &
