mirror of
https://github.com/adrlau/sway-dotfiles.git
synced 2025-12-04 18:12:51 +01:00
8 lines
184 B
Bash
8 lines
184 B
Bash
|
|
swayidle \
|
||
|
|
timeout 300 '~/.config/sway/idlelock.sh' \
|
||
|
|
timeout 600 'swaymsg "output * dpms off"' \
|
||
|
|
resume 'swaymsg "output * dpms on"' \
|
||
|
|
before-sleep '~/.config/sway/idlelock.sh'
|
||
|
|
|
||
|
|
|