Releases: nwg-piotr/nwg-dock-hyprland
Releases · nwg-piotr/nwg-dock-hyprland
nwg-dock-hyprland 0.4.3
nwg-dock-hyprland 0.4.2
nwg-dock-hyprland 0.4.1
- Added optional
~/.config/nwg-dock-hyprland/hotspot.css
file support #65; - updated dependencies.
nwg-dock-hyprland 0.4.0
- Switched from the gotk3 library to gtk3 from diamondburned; #66 by @MaiorDomus.
nwg-dock-hyprland 0.3.3
- Use separate task images (dots) and placement, according to the dock position; #62;
- refresh the dock on item unpinned;
- update dependencies.
nwg-dock-hyprland 0.3.2
- Added
-p right
position flag for left-handed users; closes #43; - hotspot layershell namespace renamed to "hotspot", to avoid blurring the window together with the dock;
- module renamed for Fedora packaging; #61 by @maltesermailo;
- dependencies updated.
nwg-dock-hyprland 0.3.1
- Added
-iw
(ignoreWorkspaces) parameter to exclude clients from specified workspaces; #59 by @MaiorDomus; - README.md updated.
nwg-dock-hyprland 0.3.0
- Open new instances of apps using middle mouse button; #51 by @MaiorDomus;
- add "Close all windows" context menu entry; #50 by @MaiorDomus;
- add signals to explicit show and hide window; #56 by @nwg-piotr; closes #55:
- use of
SIGUSR1
to toggle window visibility deprecated; - added
sigToggle
(SIGRTMIN+1
) to toggle window visibility; - added
sigShow
(SIGRTMIN+2
) to show the window; - added
sigHide
(SIGRTMIN+3
) to hide the window.
- use of
nwg-dock-hyprland 0.2.2
- Fixed crash on Hyprland v0.42.0:
client.Fullscreen
field type changed frombool
toint
; closes #48.
nwg-dock-hyprland 0.2.1
- Fixed #49;
- gotk3 updated.