Releases: alex-courtis/way-displays
Releases · alex-courtis/way-displays
1.6.2
1.6.1
1.6.0
1.5.3
- Fix segfault when no lid present; thank you Joost Molenaar
1.5.2
1.5.1
1.5.0
New Feature: #19 User MODE Selection
e.g. HDMI-A-1 3840x2160@144Hz
cfg.yaml:
MODE:
- NAME_DESC: HDMI-A-1
WIDTH: 3840
HEIGHT: 2160
HZ: 144
CLI:
way-displays -s MODE HDMI-A-1 3840 2160 144
Bugfixes
- Bug #27 detect laptop lid before starting
- Document workaround for Laptop Lid Not Closed At Startup workaround
1.4.1
No functional changes.
way-displays is now FreeBSD friendly, with the x11/way-displays port.
Addresses compilation issues on some architectures.
1.4.0
New Feature: Command Line Client
Manages the server. The active configuration and display state may be inspected, modified and written to disk.
See man way-displays
and way-displays --help
Examples
Show current configuration and display state: way-displays -g
Arrange left to right, aligned at the bottom: way-displays -s ARRANGE_ALIGN row bottom
Set the order for arrangement: way-displays -s ORDER HDMI-1 "monitor maker ABC model XYZ" eDP-1
Set a scale: way-displays -s SCALE "eDP-1" 3
Persist your changes to your cfg.yaml: way-displays -w