Skip to content

Releases: nwg-piotr/nwg-dock-hyprland

nwg-dock-hyprland 0.1.9

18 May 23:05
Compare
Choose a tag to compare
  • fixed crash on icons missing from GTK theme, closes #25;
  • fixed XDG_DATA_HOME detection, #36 by @JoelleJS, closes #35;
  • added setting namespace for gtk-layer-shell #37 by @maydayv7;
  • fixed mapping output->Gdk.Monitor on gtk3-1:3.24.42.

nwg-dock-hyprland 0.1.8

04 May 23:37
08f399f
Compare
Choose a tag to compare
  • get ready for Hyprland socket files moved to $XDG_RUNTIME_DIR/hypr; #30;
  • while searching .desktop files, first look for exact 'class.desktop' file; #31.

nwg-dock-hyprland 0.1.7

28 Sep 23:33
Compare
Choose a tag to compare
  • prevent crash on image not found #25, #24;
  • use different lock files for various users (ported from nwg-dock).

nwg-dock-hyprland 0.1.6 (2023-08-25)

25 Aug 00:17
Compare
Choose a tag to compare
  • fixed nil pointer dereference while creating the fallback icon; closes #24

nwg-dock-hyprland 0.1.5

19 Aug 01:49
Compare
Choose a tag to compare
  • added dispatch bringactivetotop after dispatch focuswindow; closes #14;
  • updated dependencies: gotk3, gotk3-layershell, logrus;
  • added -ico string argument, to specify name or full path to an alternative launcher ICOn; closes #15, #17;
  • added support for apps on the special workspace; #13 by @levnikmyskin;
  • fixed searching icons in org.*.desktop files.

nwg-dock-hyprland 0.1.4

04 Aug 23:22
Compare
Choose a tag to compare
  • split appName string by " ", use the 1st part while searching the icon name; #11 by @aerth;
  • do not force use of the overlay layer when -d (autohide) argument used; related to #12.

nwg-dock-hyprland 0.1.3

02 Jul 22:44
Compare
Choose a tag to compare
  • added break statement on 1st match found in the loop that searches app dirs. See #9.

nwg-dock-hyprland 0.1.2

13 May 23:40
Compare
Choose a tag to compare

nwg-dock-hyprland 0.1.1

12 May 23:07
7419e9a
Compare
Choose a tag to compare

Added workaround for improper, space-separated client class names; closes #3.

nwg-dock-hyprland 0.1.0

29 Apr 02:39
ec0696b
Compare
Choose a tag to compare

As moving the cursor over Gtk/ListView triggers Hyprland activewindow events one by one in massive amounts (for the very same window!), we used to end up in random GTK crashes. From now on we check if the event was triggered by another window, before listing clients again. This should protect the dock from random crashes.