parent
0dbc0fb4d3
commit
574520f15d
15
README.md
15
README.md
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue