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
Bash
Executable File

#!/bin/sh
pkill -9 swayidle
exec swayidle -w \
before-sleep 'pkill caffeinated; swaylock -f' \
after-resume 'pkill kanshi; kanshi' \
timeout 360 'pkill caffeinated; swaylock -f' \
resume 'pkill kanshi; kanshi' \
timeout 1800 'swaymsg "output * dpms off"' \
resume 'swaymsg "output * dpms on"; pkill kanshi; kanshi' \