mirror of
https://github.com/adrlau/sway-dotfiles.git
synced 2025-05-16 13:32:07 +02:00
8 lines
206 B
Bash
Executable File
8 lines
206 B
Bash
Executable File
swayidle \
|
|
timeout 120 '/home/gunalx/.config/sway/idlelock.sh' \
|
|
timeout 180 'swaymsg "output * dpms off"' \
|
|
resume 'swaymsg "output * dpms on"' \
|
|
before-sleep '/home/gunalx/.config/sway/idlelock.sh'
|
|
|
|
|