Fix phantom display scaling by reading configured scale in clamshell
This commit is contained in:
@@ -46,7 +46,8 @@ grep -F 'disabled = true' "$clamshell" >/dev/null
|
||||
grep -F 'MANUAL_DISABLE_FLAG' "$clamshell" >/dev/null
|
||||
! grep -F 'rm -f "$MANUAL_DISABLE_FLAG"' "$clamshell" >/dev/null
|
||||
! grep -F '>"$MANUAL_DISABLE_FLAG"' "$clamshell" >/dev/null
|
||||
grep -F 'hyprctl eval "hl.monitor({ output = \"$INTERNAL\", mode = \"preferred\", position = \"auto\", scale = \"auto\" })"' "$clamshell" >/dev/null
|
||||
grep -F 'read_monitor_scale' "$clamshell" >/dev/null
|
||||
grep -F 'scale = $scale' "$clamshell" >/dev/null
|
||||
grep -F 'hyprctl dispatch "hl.dsp.dpms({ action = \"$action\", monitor = \"$INTERNAL\" })"' "$clamshell" >/dev/null
|
||||
grep -F 'hyprctl monitors all -j' "$clamshell" >/dev/null
|
||||
grep -F 'omarchy-hyprland-monitor-external-active' "$clamshell" >/dev/null
|
||||
|
||||
Reference in New Issue
Block a user