Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Releases: nwg-piotr/sgtk-menu

sgtk-menu 1.4.1

25 Jun 00:42
ceb821a
Compare
Choose a tag to compare

This is to address #49 - allows to create sgtk-menu and sgtk-dmenu on the basis of the stdin content.

sgtk-menu 1.4.0

24 Jun 23:51
702fc94
Compare
Choose a tag to compare

This is to address #49 - allows to create sgtk-menu and sgtk-dmenu on the basis of the stdin content.

sgtk-menu 1.3.1

19 Feb 23:17
2dd8930
Compare
Choose a tag to compare
  • some optimization to the loops reading .desktop entries;
  • python pynput module only imported when needed (not-sway).

sgtk-menu 1.3.0

14 Feb 22:16
Compare
Choose a tag to compare
  • [-p] argument required to display menu & dmenu at the pointer position (not-sway only);
  • menu & dmenu in not-sway now use Gtk.WindowType.POPUP #45;
  • all commands should work with most WMs and some DEs; for tested environments see the Compatibility chart.

sgtk-menu 1.2.4

09 Feb 13:41
Compare
Choose a tag to compare
  • fallback icon-missing.svg added #41
  • sgtk-menu [-v | --version] argument added

sgtk-menu 1.2.3

09 Feb 01:43
Compare
Choose a tag to compare
  • fix to improper sgtk-bar window positioning discovered in FVWM

sgtk-menu 1.2.2

08 Feb 15:36
Compare
Choose a tag to compare

sgtk-menu 1.2.1

08 Feb 15:00
Compare
Choose a tag to compare
sgtk-menu 1.2.1 Pre-release
Pre-release
  • [-d <delay_ms>] argument introduced to the sgtk-grid command, w/ default value 50 ms; affects i3 only;
  • several minor fixes to the window behaviour on sway and i3.

sgtk-menu 1.2.0

07 Feb 12:34
a9beb08
Compare
Choose a tag to compare
  • sgtk-grid command added (beta!)

This command displays a GNOME-like application grid. It comes together with the ~/.config/sgtk-menu/grid.css style sheet, which overrides your theme settings for the UI to look similar to the GNOME application grid. You can edit the style or leave the file empty to use your theme styling. If you just delete the file, it'll be recreated w/ default values.

sgtk-menu 1.1.3

04 Feb 18:57
Compare
Choose a tag to compare
  • sgtk-dmenu search method simplified and optimized #36