You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I realise this is the same with all GTK applications. If you open a menu and choose not to click the menu entry then to close you must click in any GTK area for the menu to close.
ATM, I'm using left click on desktop to close the menu by killall -HUP sfwbar in my labwc/rc.xml config file by mouse bind. A snippet:
This seems to be a compositor specific behavior. I just tested this and on sway and hyprland, the menu closes if I click outside of the bar, but on labwc it doesn't. I suspect some event is sent by sway but not by labwc?
Pretty sure its a labwc bug, it seems we are not resetting the keyboard focus on desktop click. Instead, it requires a click on another surface to reset the keyboard focus and thus close the context menu.
I realise this is the same with all GTK applications. If you open a menu and choose not to click the menu entry then to close you must click in any GTK area for the menu to close.
ATM, I'm using left click on desktop to close the menu by
killall -HUP sfwbar
in mylabwc/rc.xml
config file by mouse bind. A snippet:This approach is a little harsh because we are restarting the bar just to close a menu!
Is there another way?
Thanks!
The text was updated successfully, but these errors were encountered: