Skip to content

nwg-displays 0.3.7

Compare
Choose a tag to compare
@nwg-piotr nwg-piotr released this 13 Jul 01:42
· 79 commits to master since this release
b863f7b
  1. allowed use of monitor description instead of output name, e.g.:

workspace 2 output 'AOC 2475WR F17H4QA000449' on sway
workspace=2,monitor:desc:AOC 2475WR F17H4QA000449 on Hyprland

instead of

workspace 2 output HDMI-A-1 on sway
workspace=2,monitor:HDMI-A-1 on Hyprland

(this feature closes #23).

Many thanks to @MightyPlaza for fixes on the Hyprland side and to @vaxerski for releasing them in v0.27.0.

  1. Hyprland: first workspace on a monitor is automatically being set as the default workspace on this monitor (instead of previous manual selection, which was buggy); this behaviour is compliant with what we have on sway, heavily simplifies the code, and would be users choice in 99% of cases anyway.
  2. -n | --num_ws argument allows to use a different number of workspaces from now on also on Hyprland;
  3. Hyprland: added warning about necessity to restart Hyprland if workspaces settings changed (same way as it works on sway).

2023-07-13-031540_hypr_screenshot