-
How do I get this menu to not show up when I click on the blank, because I'm using the touchscreen on the Raspberry PI, and then it just shows an app, and I don't want the user to be able to log out. Menu in the image below |
Beta Was this translation helpful? Give feedback.
Answered by
tokyo4j
Nov 14, 2024
Replies: 1 comment 1 reply
-
Add following configuration in <context name="Root">
<mousebind button="Left" action="Press" />
<mousebind button="Right" action="Press" />
<mousebind button="Middle" action="Press" />
</context> Perhaps you also need to edit |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
tuzbtla
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add following configuration in
<mouse>
in~/.config/labwc/rc.xml
:Perhaps you also need to edit
/etc/xdg/labwc/rc.xml
as rpi uses--merge-config
option (I guess you don't, as~/.config/labwc/rc.xml
should overwrite it)