Skip to content

Releases: nwg-piotr/nwg-displays

nwg-displays 0.3.2

11 Apr 23:50
Compare
Choose a tag to compare

nwg-displays 0.3.1

06 Apr 23:19
832505d
Compare
Choose a tag to compare

Hyprland: added support for screen mirroring

nwg-displays 0.3.0

03 Apr 22:18
70d8421
Compare
Choose a tag to compare

Added support for Hyprland Wayland compositor. Set up your monitors and workspaces settings, then edit your ~/.config/hypr/hyprland.conf file.

Monitors:

Instead of configuring as described in Wiki, insert this line:

source = ~/.config/hypr/monitors.conf

Default workspace and Binding workspaces to a monitor:

Insert:

source = ~/.config/hypr/workspaces.conf

nwg-displays 0.2.0

08 Mar 23:44
b417d1f
Compare
Choose a tag to compare
  • added support for building under nix @jamesbucher, @k0ral
  • added translation engine
  • added pl_PL lang

nwg-displays 0.1.4

01 Sep 00:47
Compare
Choose a tag to compare
  • fixed initial resolution for scaled displays: #8 by @nvski
  • config migrated from mistakenly named ~/.config/nwg-outputs to ~/.config/nwg-displays: closes #7

nwg-displays 0.1.3

13 May 01:39
Compare
Choose a tag to compare
  • added checkbox to choose custom mode resolution #6 @dydyamotya Note: use carefully. Setting random output dimensions with the --custom flag may crash sway.
  • added some tooltips
  • improved floating window auto-scaling in the vertical dimension:

The Gtk.Fixed widget does not respect expand properties. That's why we need to scale the window automagically if opened as a floating_con. This won't help if you first open nwg-displays as a tiled window, and then switch to floating, sorry.

nwg-displays 0.1.2

14 Mar 20:59
Compare
Choose a tag to compare

avoid error on Gtk.Monitor unassigned

nwg-displays 0.1.1

14 Mar 20:21
Compare
Choose a tag to compare

Applying modes fixed.

nwg-displays 0.1.0

12 Mar 14:03
Compare
Choose a tag to compare

Initial release. Feedback welcome.