mirror of
https://github.com/Yannick7777/dotfiles.git
synced 2025-06-26 06:35:23 +02:00
Give user option to toggle dpms
This commit is contained in:
parent
97d9c58578
commit
8b3f859ac2
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ listener {
|
|||
|
||||
listener {
|
||||
timeout = 301
|
||||
on-timeout = hyprctl dispatch dpms off
|
||||
on-timeout = grep -qs "true" .config/hypr/enable_dpms.conf && hyprctl dispatch dpms off
|
||||
on-resume = hyprctl dispatch dpms on
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue