Advertisement
Guest User

Untitled

a guest
Jul 12th, 2020
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.49 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <openbox_menu xmlns="http://openbox.org/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://openbox.org/                 file:///usr/share/openbox/menu.xsd">
  3.     <menu id="menu_test" label="menu test">
  4.  
  5.   <item label="proof it works">
  6.     <action name="Execute">
  7.       <command>xmessage Hello</command>
  8.       <startupnotify>
  9.         <enabled>yes</enabled>
  10.       </startupnotify>
  11.     </action>
  12.   </item>
  13.  
  14. </openbox_menu>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement