# Output rules (connector names, resolution, scale, position) vary from machine
# to machine, so none are tracked here. Put them in local.d/monitors on each
# machine - that directory is gitignored (see local.d/.gitignore) and included
# at the end of the sway config, so its `output` lines override anything here.
#
# Find your connector names with: swaymsg -t get_outputs
#
# Example for a laptop with an external 4K on the dock:
#   output eDP-1 scale 1.5
#   output HDMI-A-1 position 0 0 scale 1.5
#   exec_always ~/.config/sway/scripts/hdmi-setup.sh   # auto-arrange on hotplug

# Generic: when one external display is connected, put it at (0,0) and the
# internal panel below it. No-op otherwise (see the script for details).
exec_always ~/.config/sway/scripts/hdmi-setup.sh
