Openbox has a menu item to logout. This will take me to the command line
where I have to type exit to lock my computer. Is there a way to edit the
menu item such that it both exits out of Openbox, then exits out of the
command line?
Here is the menu item code to logout of Openbox as it is now:
Thanks in advance for answering.
where I have to type exit to lock my computer. Is there a way to edit the
menu item such that it both exits out of Openbox, then exits out of the
command line?
Here is the menu item code to logout of Openbox as it is now:
Code:
<item label="Log Out">
<action name="Exit">
<prompt>yes</prompt>
</action>
</item>
Thanks in advance for answering.