New monitor!!
This commit is contained in:
parent
4e0841d1b0
commit
7d6f1ee06c
2 changed files with 19 additions and 15 deletions
|
@ -25,19 +25,14 @@
|
|||
on-timeout = ckb-next --profile "Off" # turn off keyboard backlight.
|
||||
on-resume = ckb-next --profile "Personal" # turn on keyboard backlight.
|
||||
}
|
||||
|
||||
listener {
|
||||
timeout = 330 # 5.5min
|
||||
on-timeout = ddcmonitorctl off # screen off when timeout has passed
|
||||
on-resume = ddcmonitorctl on # screen on when activity is detected after timeout has fired.
|
||||
}
|
||||
''
|
||||
else ''
|
||||
listener {
|
||||
timeout = 330 # 5.5min
|
||||
on-timeout = hyprctl dispatch dpms off # screen off when timeout has passed
|
||||
on-resume = hyprctl dispatch dpms on # screen on when activity is detected after timeout has fired.
|
||||
}
|
||||
''
|
||||
);
|
||||
else null
|
||||
)
|
||||
+ ''
|
||||
listener {
|
||||
timeout = 330 # 5.5min
|
||||
on-timeout = hyprctl dispatch dpms off # screen off when timeout has passed
|
||||
on-resume = hyprctl dispatch dpms on # screen on when activity is detected after timeout has fired.
|
||||
}
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue