Framework Hyprland adjustments

Better defaults for when docked
This commit is contained in:
Michael Bradley 2025-06-22 13:12:21 -04:00
parent fd62f649d0
commit 33bee6e5fb
Signed by: MichaelBradley
SSH key fingerprint: SHA256:BKO2eI2LPsCbQS3n3i5SdwZTAIV3F1lHezR07qP+Ob0
2 changed files with 13 additions and 13 deletions

View file

@ -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 %}