Skip to content

Releases: nwg-piotr/nwg-dock-hyprland

nwg-dock-hyprland 0.4.3

10 Jan 01:27
Compare
Choose a tag to compare
  • Added -g flag to iGnore certain class names - ported from nwg-dock;
  • dependencies updated.

Check hyprctl clients to see class names. Multiple class names must be enclosed in quotation marks.

nwg-dock-hyprland 0.4.2

03 Jan 08:33
e05876d
Compare
Choose a tag to compare
  • margins omitted for the hotspot window (autohiDe mode); closes #65.

Sorry @Antiz96, it's so boring in the office that I've decided to resolve #65 for good. ;)

nwg-dock-hyprland 0.4.1

03 Jan 00:33
Compare
Choose a tag to compare
  • Added optional ~/.config/nwg-dock-hyprland/hotspot.css file support #65;
  • updated dependencies.

nwg-dock-hyprland 0.4.0

30 Nov 23:45
Compare
Choose a tag to compare

nwg-dock-hyprland 0.3.3

16 Nov 00:20
05cae2b
Compare
Choose a tag to compare
  • Use separate task images (dots) and placement, according to the dock position; #62;

docks-together

  • refresh the dock on item unpinned;
  • update dependencies.

nwg-dock-hyprland 0.3.2

02 Nov 23:18
Compare
Choose a tag to compare
  • 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

17 Oct 08:58
a8f4107
Compare
Choose a tag to compare
  • Added -iw (ignoreWorkspaces) parameter to exclude clients from specified workspaces; #59 by @MaiorDomus;
  • README.md updated.

nwg-dock-hyprland 0.3.0

30 Aug 23:12
884381b
Compare
Choose a tag to compare
  • 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.

nwg-dock-hyprland 0.2.2

19 Aug 22:23
Compare
Choose a tag to compare
  • Fixed crash on Hyprland v0.42.0: client.Fullscreen field type changed from bool to int; closes #48.

nwg-dock-hyprland 0.2.1

11 Aug 15:20
Compare
Choose a tag to compare
  • Fixed #49;
  • gotk3 updated.