gtkmenu nor gmenu won't start with keybord shortcut #6

Open
opened 2020-02-05 23:39:34 +00:00 by alexanderi96 · 2 comments
alexanderi96 commented 2020-02-05 23:39:34 +00:00 (Migrated from gitlab.com)

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

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
tslocum commented 2020-02-06 14:17:07 +00:00 (Migrated from gitlab.com)

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

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`
alexanderi96 commented 2020-02-06 19:02:59 +00:00 (Migrated from gitlab.com)

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

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`
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: tslocum/gmenu#6
No description provided.