Forgot this

Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
Marko Korhonen 2020-01-19 21:56:27 +02:00
parent 2ce3e3981d
commit 0803f4cedd
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5

View file

@ -8,6 +8,6 @@ swayidle \
timeout 300 "lqsd -d" \
resume "lqsd -r" \
timeout 600 "loginctl lock-session $(loginctl show-user $USER -p Sessions | cut -d'=' -f2); sleep 0.5; $screenoff" \
resume "$screenon; $dimscreen -r" \
resume "$screenon; lqsd -r" \
before-sleep "playerctl pause; loginctl lock-session $(loginctl show-user $USER -p Sessions | cut -d'=' -f2)" \
unlock "pkill -9 swaylock"