Desktop application launcher
Go to file
Trevor Slocum 550c5e7c34 Migrate to code.rocketnine.space 2021-04-14 19:36:54 -07:00
cmd Migrate to code.rocketnine.space 2021-04-14 19:36:54 -07:00
pkg/gmenu Migrate to code.rocketnine.space 2021-04-14 19:36:54 -07:00
.gitignore gtkmenu: Add icon support 2019-08-01 01:45:44 -07:00
CHANGELOG Migrate to code.rocketnine.space 2021-04-14 19:36:54 -07:00
LICENSE Migrate to code.rocketnine.space 2021-04-14 19:36:54 -07:00
README.md Migrate to code.rocketnine.space 2021-04-14 19:36:54 -07:00
go.mod Migrate to code.rocketnine.space 2021-04-14 19:36:54 -07:00
go.sum Migrate to code.rocketnine.space 2021-04-14 19:36:54 -07:00
goreleaser.yml Migrate to code.rocketnine.space 2021-04-14 19:36:54 -07:00

README.md

gmenu

Donate

Desktop application launcher

Note: Linux is currently the only supported OS.

Screenshots

Console

GUI

Download

Download gmenu and gtkmenu binaries

Compile

The following commands download and build gmenu from source. The resulting binary is located at ~/go/bin/.

Console

go get code.rocketnine.space/tslocum/gmenu/cmd/gmenu

GUI

go get code.rocketnine.space/tslocum/gmenu/cmd/gtkmenu

Usage

Start typing the name of an application or shortcut and, when necessary, use the arrow keys to select the desired entry.

Press Enter to run normally, or press ALT+Enter to run in a terminal.

The input buffer may be executed as a shell command by selecting the last entry in the list.

Support

Please share issues and suggestions here.

Integration Example - sway/i3 + alacritty

Console

bindsym $mod+d exec --no-startup-id alacritty --class gmenu --title gmenu --working-directory ~ -e gmenu
for_window [app_id="gmenu"] floating enable; resize set 750 260

GUI

bindsym $mod+d exec --no-startup-id gtkmenu --width 500 --height 260