summaryrefslogtreecommitdiff
path: root/.xinitrc
blob: c58e466d20d41ae4af75ef437324dbf8cdab65b0 (plain) (blame)
1
2
3
cat ~/.config/*Xresources | xrdb - &&
xautolock -killtime 10 -killer "sleep 0.5; doas acpiconf -s3" -notify 10 -time 10 -locker "i3lock -n -f -c 002b36 ; sleep 0.2" -notifier "notify-send -t=10000 '10 seconds to lock...'" &
exec i3 2>&1 > /var/log/xinit/i3wm.log