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