Stop pinning Sway output mode in dev config
Removes the hardcoded `output * mode 1920x1080` from the development Sway config and updates related docs to match. Dev sessions now rely on each output’s preferred mode at scale `1`, which better follows current display size (including VMware autofit behavior), while still documenting how to set a mode manually when needed.
This commit is contained in:
@@ -9,15 +9,13 @@ set $term foot
|
||||
# -----------------------------------------------------------------------------
|
||||
# Output / resolution
|
||||
# -----------------------------------------------------------------------------
|
||||
# Development default: 1:1 scale, fill the current VMware display.
|
||||
# Request 1920x1080 when the output advertises that mode. If the mode is not
|
||||
# available, Sway keeps the output's preferred mode instead of failing.
|
||||
# Development default: 1:1 scale, fill the current display.
|
||||
# No mode is pinned, so Sway uses the output's preferred mode (typically the
|
||||
# native or current size). VMware Autofit Guest can then follow the host window.
|
||||
#
|
||||
# This is a development convenience, not a production architecture requirement.
|
||||
# Inspect modes: swaymsg -t get_outputs
|
||||
# Force another mode (example): swaymsg output <name> mode 1600x900
|
||||
output * scale 1
|
||||
output * mode 1920x1080
|
||||
output * bg #000000 solid_color
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user