···150150# Original: exec feh --bg-fill /usr/share/backgrounds/Halifax_Sunset_by_Vlad_Drobinin.jpg
151151output * bg /usr/share/backgrounds/cosmic/orion_nebula_nasa_heic0601a.jpg fill
152152153153+# Per-monitor scaling.
154154+# PORT: sway does no automatic HiDPI scaling -- set it explicitly per output.
155155+# Outputs are matched by the names sway reports (`swaymsg -t get_outputs`):
156156+# eDP-1 = the built-in 2560x1440 laptop panel
157157+# HDMI-A-1 = the external 3840x2160 (4K) Philips display
158158+# `scale` divides logical resolution by the factor (scale 2.0 on 1440p ->
159159+# 1280x720 of usable space; 1.5 -> ~1707x960). Tune to taste -- you can test a
160160+# value live without editing this file: swaymsg output eDP-1 scale 1.25
161161+output eDP-1 scale 1.25
162162+output HDMI-A-1 scale 1.25
163163+153164# Audio controls.
154165# PORT: switched from pactl-with-hardcoded-sink-0 to wpctl (native PipeWire
155166# tool, already installed). @DEFAULT_AUDIO_SINK@ follows the real default sink,