gtkmenu nor gmenu won't start with keybord shortcut #6
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
hi! on my fedora 31/sway install I'm having trouble making the menu appear. On my other arch install I don't have this problem. They seems to be able to run only trough shell command
Hey @alexanderi96, please share the relevant part of your sway configuration file.
Here's what I'm using in my sway config:
bindsym $mod+d exec --no-startup-id /home/trevor/go/bin/gtkmenu --width 500 --height 260
Hi @tslocum, basically I set a variable to carry gtkmenu's configurations
set $menu gtkmenu --width 500 --height 260
Then I call it like usually
bindsym $mod+d exec --no-startup-id $menu
I don't think that the PATH env is the problem because I added my $HOME/go/bin to it in my bashrc.
Anyway, making something like you did seems to do the trick
set $menu $HOME/go/bin/gtkmenu --width 500 --height 260