Releases: nwg-piotr/nwg-displays
Releases · nwg-piotr/nwg-displays
nwg-displays 0.3.2
- added Russian translation; #16 by @Sunderland93
nwg-displays 0.3.1
Hyprland: added support for screen mirroring
nwg-displays 0.3.0
Added support for Hyprland Wayland compositor. Set up your monitors and workspaces settings, then edit your ~/.config/hypr/hyprland.conf
file.
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
- added support for building under nix @jamesbucher, @k0ral
- added translation engine
- added pl_PL lang
nwg-displays 0.1.4
nwg-displays 0.1.3
- 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
avoid error on Gtk.Monitor unassigned
nwg-displays 0.1.1
Applying modes fixed.
nwg-displays 0.1.0
Initial release. Feedback welcome.