Merge pull request #6236 from basecamp/fix-clamshell-dpms-wake

Fix internal laptop screen re-lighting itself 2sec after locking
This commit is contained in:
David Heinemeier Hansson
2026-07-18 12:09:04 -07:00
committed by GitHub
+4 -1
View File
@@ -115,7 +115,10 @@ enable_internal() {
[[ -f $MANUAL_DISABLE_FLAG ]] && omarchy-hyprland-monitor-external-active && return 0
sync_internal_scale
dpms_internal enable
if (( changed )); then
dpms_internal enable
fi
}
disable_internal() {