Framework Hyprland adjustments
Better defaults for when docked
This commit is contained in:
parent
fd62f649d0
commit
33bee6e5fb
2 changed files with 13 additions and 13 deletions
|
@ -19,18 +19,18 @@ listener {
|
|||
}
|
||||
|
||||
listener {
|
||||
timeout = 270
|
||||
on-timeout = loginctl lock-session
|
||||
}
|
||||
|
||||
listener {
|
||||
timeout = 300
|
||||
timeout = 480
|
||||
on-timeout = hyprctl dispatch dpms off
|
||||
on-resume = hyprctl dispatch dpms on
|
||||
}
|
||||
|
||||
listener {
|
||||
timeout = 600
|
||||
on-timeout = loginctl lock-session
|
||||
}
|
||||
|
||||
listener {
|
||||
timeout = 1200
|
||||
on-timeout = systemctl suspend
|
||||
}
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue