hyprland config no. 328
This commit is contained in:
parent
1431232447
commit
4cf843cfb1
3 changed files with 17 additions and 1 deletions
10
modules/wm/hyprland/config/hypr/hypridle.conf
Normal file
10
modules/wm/hyprland/config/hypr/hypridle.conf
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
general {
|
||||
lock_cmd = pidof hyprlock || hyprlock
|
||||
}
|
||||
|
||||
# Turn off screen
|
||||
listener {
|
||||
timeout = 300
|
||||
on-timeout = loginctl lock-session; hyprctl dispatch dpms off
|
||||
on-resume = hyprctl dispatch dpms on
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue