This repository has been archived on 2024-04-07. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/dotfiles/scripts/_sway_idle

12 lines
350 B
Plaintext
Raw Normal View History

#!/bin/sh
2021-03-30 20:59:00 +02:00
pkill -9 swayidle
exec swayidle -w \
before-sleep 'pkill caffeinated; swaylock -f' \
2021-03-30 20:59:00 +02:00
after-resume 'pkill kanshi; kanshi' \
timeout 360 'pkill caffeinated; swaylock -f' \
2021-03-30 20:59:00 +02:00
resume 'pkill kanshi; kanshi' \
timeout 1800 'swaymsg "output * dpms off"' \
2021-03-30 20:59:00 +02:00
resume 'swaymsg "output * dpms on"; pkill kanshi; kanshi' \