All pastes #1918429 Raw Edit

botchchikii

public shellscript v1 · immutable
#1918429 ·published 2010-08-16 22:00 UTC
rendered paste body
<?xml version="1.0" encoding="utf-8"?><openbox_menu xmlns="http://openbox.org/3.4/menu">	<menu id="apps-accessories-menu" label="Accessories">		<item label="Alsa Mixer">			<action name="Execute">				<command>					alsamixer				</command>			</action>		</item>		<item label="XArchiver">			<action name="Execute">				<command>					xarchiver				</command>				<startupnotify>					<enabled>						yes					</enabled>				</startupnotify>			</action>		</item>	</menu>	<menu id="apps-editors-menu" label="Editors">		<item label="Vim">			<action name="Execute">				<command>					gvim				</command>				<startupnotify>					<enabled>						yes					</enabled>					<wmclass>						GVim					</wmclass>				</startupnotify>			</action>		</item>		<item label="Emacs">			<action name="Execute">				<command>					emacs				</command>				<startupnotify>					<enabled>						yes					</enabled>					<wmclass>						Emacs					</wmclass>				</startupnotify>			</action>		</item>		<item label="MousePad">			<action name="Execute">				<execute>					mousepad				</execute>			</action>		</item>		<item label="Geany">			<action name="Execute">				<command>				    geany				</command>				<startupnotify>					<enabled>						yes					</enabled>				</startupnotify>			</action>		</item>	</menu>	<menu id="apps-term-menu" label="Terminals">		<item label="Rxvt Unicode">			<action name="Execute">				<command>					urxvt				</command>			</action>		</item>		<item label="Xterm">			<action name="Execute">				<command>					xterm				</command>			</action>		</item>	</menu>	<menu id="apps-net-menu" label="Internet">		<item label="Firefox">			<action name="Execute">				<command>					firefox				</command>				<startupnotify>					<enabled>						yes					</enabled>					<wmclass>						Firefox					</wmclass>				</startupnotify>			</action>		</item>		<item label="Claws-Mail">			<action name="Execute">				<command>					claws-mail				</command>				<startupnotify>					<enabled>						yes					</enabled>					<wmclass>						Claws-mail					</wmclass>				</startupnotify>			</action>		</item>		<item label="Epiphany">			<action name="Execute">				<command>					epiphany				</command>				<startupnotify>					<enabled>						yes					</enabled>				</startupnotify>			</action>		</item>		<item label="Liferea">			<action name="Execute">				<execute>					liferea				</execute>			</action>		</item>		<item label="Gajim">			<action name="Execute">				<command>					gajim				</command>				<startupnotify>					<enabled>						yes					</enabled>				</startupnotify>			</action>		</item>		<item label="XChat">			<action name="Execute">				<command>					xchat				</command>				<startupnotify>					<enabled>						yes					</enabled>				</startupnotify>			</action>		</item>	</menu>	<menu id="apps-office-menu" label="Office">		<item label="OpenOffice Base">			<action name="Execute">				<command>					ooffice -base				</command>			</action>		</item>		<item label="OpenOffice Calc">			<action name="Execute">				<command>					ooffice -calc				</command>			</action>		</item>		<item label="OpenOffice Draw">			<action name="Execute">				<command>					ooffice -draw				</command>			</action>		</item>		<item label="OpenOffice Impress">			<action name="Execute">				<command>					ooffice -impress				</command>			</action>		</item>		<item label="OpenOffice Math">			<action name="Execute">				<command>					ooffice -math				</command>			</action>		</item>		<item label="OpenOffice Writer">			<action name="Execute">				<command>					ooffice -writer				</command>			</action>		</item>	</menu>	<menu id="apps-multimedia-menu" label="Multimedia">		<item label="MPlayer">			<action name="Execute">				<command>					gmplayer				</command>				<startupnotify>					<enabled>						yes					</enabled>					<wmclass>						MPlayer					</wmclass>				</startupnotify>			</action>		</item>	</menu>	<menu id="apps-fileman-menu" label="File Managers">		<item label="PCMan File Manager">			<action name="Execute">				<command>					pcmanfm2				</command>				<startupnotify>					<enabled>						yes					</enabled>				</startupnotify>			</action>		</item>		<item label="Thunar">			<action name="Execute">				<command>					Thunar				</command>				<startupnotify>					<enabled>						yes					</enabled>				</startupnotify>			</action>		</item>		<item label="Rox">			<action name="Execute">				<command>					rox				</command>				<startupnotify>					<enabled>						yes					</enabled>					<wmclass>						ROX-Filer					</wmclass>				</startupnotify>			</action>		</item>	</menu>	<menu id="apps-graphics-menu" label="Graphics">		<item label="Gimp">			<action name="Execute">				<command>					gimp				</command>				<startupnotify>					<enabled>						yes					</enabled>				</startupnotify>			</action>		</item>		<item label="GqView">			<action name="Execute">				<command>					gwenview				</command>				<startupnotify>					<enabled>						yes					</enabled>				</startupnotify>			</action>		</item>	</menu>	<menu id="system-menu" label="System">		<item label="Openbox Configuration Manager">			<action name="Execute">				<command>					obconf				</command>				<startupnotify>					<enabled>						yes					</enabled>				</startupnotify>			</action>		</item>		<item label="Openbox menu">			<action name="Execute">				<command>					obmenu				</command>				<startupnotify>					<enabled>						yes					</enabled>				</startupnotify>			</action>		</item>		<separator/>		<item label="Reconfigure Openbox">			<action name="Reconfigure"/>		</item>		<item label="Exit Openbox">			<action name="Exit">				<prompt>					yes				</prompt>			</action>		</item>	</menu>	<menu id="root-menu" label="Openbox 3">		<separator label="Applications"/>		<menu id="apps-accessories-menu"/>		<menu id="apps-editors-menu"/>		<menu id="apps-graphics-menu"/>		<menu id="apps-net-menu"/>		<menu id="apps-office-menu"/>		<menu id="apps-multimedia-menu"/>		<menu id="apps-term-menu"/>		<menu id="apps-fileman-menu"/>		<separator label="System"/>		<menu id="system-menu"/>		<separator/>		<item label="Log Out">			<action name="SessionLogout">				<prompt>					yes				</prompt>			</action>		</item>		<item label="Reboot">			<action name="Execute">				<command>					sudo /sbin/shutdown -r now				</command>			</action>		</item>		<item label="Shut Down">			<action name="Execute">				<command>					sudo /sbin/shutdown -h now				</command>			</action>		</item>	</menu></openbox_menu>