Skip to content

Releases: alex-courtis/way-displays

1.6.2

16 Dec 05:33
Compare
Choose a tag to compare
  • Bug #56 handle missing head fields on way-displays -g
  • Print head fields: make, model, serial

1.6.1

08 Dec 01:47
Compare
Choose a tag to compare
  • Bug #53 wlroots 0.16.0 compatibility

1.6.0

19 Jul 04:05
Compare
Choose a tag to compare
  • Feature #49 IPC API

1.5.3

31 May 07:44
Compare
Choose a tag to compare
  • Fix segfault when no lid present; thank you Joost Molenaar

1.5.2

10 Apr 02:55
Compare
Choose a tag to compare
  • #37 clang compilation failure

1.5.1

10 Apr 00:42
Compare
Choose a tag to compare
  • #33 prevent infinite loop following some mode change failures
  • Compilation fixes for alternate architectures/distros

1.5.0

21 Mar 03:18
Compare
Choose a tag to compare

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

1.4.1

23 Feb 05:47
Compare
Choose a tag to compare

No functional changes.

way-displays is now FreeBSD friendly, with the x11/way-displays port.

Addresses compilation issues on some architectures.

1.4.0

22 Feb 06:08
Compare
Choose a tag to compare

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

1.3.0

22 Jan 05:42
Compare
Choose a tag to compare
  • Feature #16 add DISABLED