8 lines
180 B
Plaintext
8 lines
180 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
exec swayidle -w \
|
||
|
timeout 300 loki \
|
||
|
timeout 400 'chayang && hyprctl dispatch dpms off' \
|
||
|
resume 'hyprctl dispatch dpms on' \
|
||
|
before-sleep loki
|