Release v0.1.0

pull/9/head v0.1.0
Trevor Slocum 2019-07-11 21:15:25 -07:00
parent 0dbc0fb4d3
commit 574520f15d
2 changed files with 17 additions and 0 deletions

2
CHANGELOG Normal file
View File

@ -0,0 +1,2 @@
0.1.0:
- Initial release

View File

@ -12,3 +12,18 @@ Only a terminal interface has been implemented. A GTK interface is planned.
## Installation
```go get git.sr.ht/~tslocum/gmenu/cmd/gmenu```
## Usage
### GUI
*Coming soon*
### Console
sway/i3 + alacritty:
```
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 675 170
```