Hyprland Virtual Desktops 2.2.0
Hey hey everyone!
Releasing a new version 2.2.0 of Hyprland Virtual Desktop :)
Quite some changes here, biggest one is the introduction of stickyrules
:
- you can use them to make a window open on a specific virtual desk.
- Furthermore, the window will be moved to that vdesk on monitor connection/disconnection;
Main reason behind this was that if you plug/unplug a monitor, your windows would be randomly moved somewhere. Now you can take a little more advantage of muscular memory :D
There are also other changes since previous release, like the new window moving dispatchers and hyprctl
commands (that is, now you can do hyprctl -j printlayout
)
Cheers :)
What's Changed
- Added last/prev/next movetodesk[silent] dispatchers. Closes #17 by @levnikmyskin in #18
- Fix: try to keep a window on its monitor when moving. Closes #20 by @levnikmyskin in #22
- Fix build for Hyprland >=0.36. Closes #21 by @levnikmyskin in #23
- Sticky apps by @levnikmyskin in #19
- Implement hyprctl commands (closes #16) by @levnikmyskin in #24
Full Changelog: v2.1.0...v2.2.0