dotfiles

config files for my linux setup
git clone git://edryd.org/dotfiles
Log | Files | Refs | README

menu.xml (9918B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 
      3 <openbox_menu xmlns="http://openbox.org/"
      4         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      5         xsi:schemaLocation="http://openbox.org/
      6                 file:///usr/share/openbox/menu.xsd">
      7 
      8 	<menu id="root-menu" label="Openbox 3">
      9 		<item label="Run Program">
     10 			<action name="Execute">
     11 				<command>
     12 					gmrun
     13 				</command>
     14 			</action>
     15 		</item>
     16 		<separator/>
     17 		<menu id="accessories" label="Accessories">
     18 		    <item label="Catfish File Search">
     19 				<action name="Execute">
     20 					<command>
     21 						catfish
     22 					</command>
     23 				</action>
     24 			</item>
     25 		    <item label="Archive Manager">
     26 				<action name="Execute">
     27 					<command>
     28 						file-roller
     29 					</command>
     30 				</action>
     31 			</item>
     32 			<item label="Geany Text Editor">
     33 				<action name="Execute">
     34 					<command>
     35 						geany
     36 					</command>
     37 				</action>
     38 			</item>
     39 		</menu>
     40 		<menu id="graphics" label="Graphics">
     41 			<item label="GIMP">
     42 				<action name="Execute">
     43 					<command>
     44 						gimp
     45 					</command>
     46 				</action>
     47 			</item>
     48 		    <item label="Viewnior Image Viewer">
     49 				<action name="Execute">
     50 					<command>
     51 						viewnior
     52 					</command>
     53 				</action>
     54 			</item>
     55 		    <menu id="graphicsScreenshots" label="Take Screenshot">
     56 				<item label="Screenshooter">
     57 					<action name="Execute">
     58 						<command>
     59 							xfce4-screenshooter
     60 						</command>
     61 					</action>
     62 				</item>
     63 				<separator label="scrot"/>
     64 				<item label="Now">
     65 					<action name="Execute">
     66 						<command>
     67 							scrot '%Y-%m-%d--%s_$wx$h_scrot.png' -e 'mv $f ~/images/ &amp; viewnior ~/images/$f'
     68 						</command>
     69 					</action>
     70 				</item>
     71 				<item label="In 5 Seconds...">
     72 					<action name="Execute">
     73 						<command>
     74 							scrot -d 5 '%Y-%m-%d--%s_$wx$h_scrot.png' -e 'mv $f ~/images/ &amp; viewnior ~/images/$f'
     75 						</command>
     76 					</action>
     77 				</item>
     78 				<item label="In 10 Seconds...">
     79 					<action name="Execute">
     80 						<command>
     81 							scrot -d 10 '%Y-%m-%d--%s_$wx$h_scrot.png' -e 'mv $f ~/images/ &amp; viewnior ~/images/$f'
     82 						</command>
     83 					</action>
     84 				</item>
     85 				<item label="Selected Area... (click &amp; drag mouse)">
     86 					<action name="Execute">
     87 						<command>
     88 							scrot -s '%Y-%m-%d--%s_$wx$h_scrot.png' -e 'mv $f ~/images/ &amp; viewnior ~/images/$f'
     89 						</command>
     90 					</action>
     91 				</item>
     92 			</menu>
     93 		</menu>
     94 		<menu id="multimedia" label="Multimedia">
     95 		    <item label="VLC Media Player">
     96 				<action name="Execute">
     97 					<command>
     98 						vlc
     99 					</command>
    100 				</action>
    101 			</item>
    102 			<item label="Volume Control">
    103 				<action name="Execute">
    104 					<command>
    105 						pavucontrol
    106 					</command>
    107 				</action>
    108 			</item>
    109 			<item label="Xfburn">
    110 				<action name="Execute">
    111 					<command>
    112 						xfburn
    113 					</command>
    114 				</action>
    115 			</item>
    116 		</menu>
    117 		<menu id="network" label="Network">
    118 		    <menu execute="cbpp-x-www-browser-pipemenu" id="wwwbrowsers" label="WWW Browsers"/>
    119 			<item label="gFTP Client">
    120 				<action name="Execute">
    121 					<command>
    122 						gftp
    123 					</command>
    124 				</action>
    125 			</item>
    126 			<item label="Transmission BitTorrent Client">
    127 				<action name="Execute">
    128 					<command>
    129 						transmission-gtk
    130 					</command>
    131 				</action>
    132 			</item>
    133 			<item label="XChat IRC Client">
    134 				<action name="Execute">
    135 					<command>
    136 						xchat
    137 					</command>
    138 				</action>
    139 			</item>
    140 			<item label="Remote Filesystems">
    141 				<action name="Execute">
    142 					<command>
    143 						gigolo
    144 					</command>
    145 				</action>
    146 			</item>
    147 			<menu execute="cbpp-remote-desktop-pipemenu" id="remotedesktop" label="Remote Desktop"/>
    148 			<menu execute="cbpp-sshconfig-pipemenu" id="sshconfig" label="SSH"/>
    149 		</menu>
    150 		<menu id="office" label="Office">
    151 		    <menu id="libreoffice" label="LibreOffice" execute="cbpp-libreoffice-pipemenu" />
    152 			<item label="Calculator">
    153 				<action name="Execute">
    154 					<command>
    155 						galculator
    156 					</command>
    157 				</action>
    158 			</item>
    159 			<item label="Evince PDF Viewer">
    160 				<action name="Execute">
    161 					<command>
    162 						evince
    163 					</command>
    164 				</action>
    165 			</item>
    166 		</menu>
    167 		<menu id="system" label="System">
    168 		    <menu execute="cbpp-printing-pipemenu" id="PrintingPipeMenu" label="Printers"/>
    169 		    <item label="GParted">
    170 				<action name="Execute">
    171 					<command>
    172 						gksudo gparted
    173 					</command>
    174 				</action>
    175 			</item>
    176 			<item label="Synaptic Package Manager">
    177 				<action name="Execute">
    178 					<command>
    179 						gksudo synaptic
    180 					</command>
    181 				</action>
    182 			</item>
    183 			<item label="User Login Settings">
    184 				<action name="Execute">
    185 					<command>
    186 						gksudo slimconf
    187 					</command>
    188 				</action>
    189 			</item>
    190 		</menu>
    191 		<separator/>
    192 		<menu id="settings" label="Settings">
    193 			<menu execute="cbpp-compositor" id="CompositingPipeMenu" label="Compositor"/>
    194 			<menu id="conkyconfig" label="Conky">
    195 				<item label="Edit .conkyrc">
    196 					<action name="Execute">
    197 						<command>
    198 							geany ~/.conkyrc
    199 						</command>
    200 					</action>
    201 				</item>
    202 				<item label="Restart Conky">
    203 					<action name="Execute">
    204 						<command>
    205 							conkywonky
    206 						</command>
    207 					</action>
    208 				</item>
    209 				<separator label="Help?"/>
    210 				<item label="man page">
    211 					<action name="Execute">
    212 						<command>
    213 							terminator --command="man conky"
    214 						</command>
    215 					</action>
    216 				</item>
    217 				<item label="Wiki Page">
    218 					<action name="Execute">
    219 						<command>
    220 							x-www-browser http://crunchbanglinux.org/wiki/conky
    221 						</command>
    222 					</action>
    223 				</item>
    224 			</menu>
    225 			<menu id="dmenuconfig" label="dmenu">
    226 				<item label="Edit start-up script">
    227 					<action name="Execute">
    228 						<command>
    229 							geany ~/.config/dmenu/dmenu-bind.sh
    230 						</command>
    231 					</action>
    232 				</item>
    233 				<separator label="Help?"/>
    234 				<item label="man page">
    235 					<action name="Execute">
    236 						<command>
    237 							terminator --command="man dmenu"
    238 						</command>
    239 					</action>
    240 				</item>
    241 			</menu>
    242 			<menu id="gmrunconfig" label="gmrun">
    243 				<item label="Edit config file">
    244 					<action name="Execute">
    245 						<command>
    246 							geany ~/.gmrunrc
    247 						</command>
    248 					</action>
    249 				</item>
    250 				<separator label="Help?"/>
    251 				<item label="man page">
    252 					<action name="Execute">
    253 						<command>
    254 							terminator --command="man gmrun"
    255 						</command>
    256 					</action>
    257 				</item>
    258 			</menu>
    259 			<menu id="obConfig" label="Openbox">
    260 				<item label="Edit menu.xml">
    261 					<action name="Execute">
    262 						<command>
    263 							geany ~/.config/openbox/menu.xml
    264 						</command>
    265 					</action>
    266 				</item>
    267 				<item label="Edit rc.xml">
    268 					<action name="Execute">
    269 						<command>
    270 							geany ~/.config/openbox/rc.xml
    271 						</command>
    272 					</action>
    273 				</item>
    274 				<item label="Edit autostart">
    275 					<action name="Execute">
    276 						<command>
    277 							geany ~/.config/openbox/autostart
    278 						</command>
    279 					</action>
    280 				</item>
    281 				<separator/>
    282 				<item label="GUI Menu Editor">
    283 					<action name="Execute">
    284 						<command>
    285 							obmenu
    286 						</command>
    287 					</action>
    288 				</item>
    289 				<item label="GUI Applications Settings Editor">
    290 					<action name="Execute">
    291 						<command>
    292 							obapps
    293 						</command>
    294 					</action>
    295 				</item>
    296 				<item label="GUI Config Tool">
    297 					<action name="Execute">
    298 						<command>
    299 							obconf
    300 						</command>
    301 					</action>
    302 				</item>
    303 				<separator/>
    304 				<item label="Reconfigure">
    305 					<action name="Reconfigure"/>
    306 				</item>
    307 				<item label="Restart">
    308 					<action name="Restart"/>
    309 				</item>
    310 			</menu>
    311 			<menu id="terminatorconfig" label="Terminator">
    312 				<item label="Edit config file">
    313 					<action name="Execute">
    314 						<command>
    315 							geany ~/.config/terminator/config
    316 						</command>
    317 					</action>
    318 				</item>
    319 				<separator label="Help?"/>
    320 				<item label="man page">
    321 					<action name="Execute">
    322 						<command>
    323 							terminator --command="man terminator_config"
    324 						</command>
    325 					</action>
    326 				</item>
    327 			</menu>
    328 			<menu id="tint2config" label="tint2">
    329 				<item label="Edit config file">
    330 					<action name="Execute">
    331 						<command>
    332 							geany ~/.config/tint2/tint2rc
    333 						</command>
    334 					</action>
    335 				</item>
    336 				<item label="Restart tint2">
    337 					<action name="Execute">
    338 						<command>
    339 							tint2restart
    340 						</command>
    341 					</action>
    342 				</item>
    343 				<separator label="Help?"/>
    344 				<item label="man page">
    345 					<action name="Execute">
    346 						<command>
    347 							terminator --command="man tint2"
    348 						</command>
    349 					</action>
    350 				</item>
    351 				<item label="Online Help">
    352 					<action name="Execute">
    353 						<command>
    354 							x-www-browser http://code.google.com/p/tint2/wiki/Welcome
    355 						</command>
    356 					</action>
    357 				</item>
    358 			</menu>
    359 			<item label="Display Settings">
    360 				<action name="Execute">
    361 					<command>
    362 						arandr
    363 					</command>
    364 				</action>
    365 			</item>
    366 			<item label="Notifications Settings">
    367 				<action name="Execute">
    368 					<command>xfce4-notifyd-config</command>
    369 				</action>
    370 			</item>
    371 			<item label="Edit Default Applications">
    372 				<action name="Execute">
    373 					<command>
    374 						terminator --command="sudo update-alternatives --all"
    375 					</command>
    376 				</action>
    377 			</item>
    378 			<item label="User Interface Settings">
    379 				<action name="Execute">
    380 					<command>
    381 						lxappearance
    382 					</command>
    383 				</action>
    384 			</item>
    385 			<item label="Power Management">
    386 				<action name="Execute">
    387 					<command>
    388 						xfce4-power-manager-settings
    389 					</command>
    390 				</action>
    391 			</item>
    392 			<item label="Screensaver">
    393 				<action name="Execute">
    394 					<command>
    395 						xscreensaver-demo
    396 					</command>
    397 				</action>
    398 			</item>
    399 			<item label="Choose Wallpaper">
    400 				<action name="Execute">
    401 					<command>
    402 						nitrogen
    403 					</command>
    404 				</action>
    405 			</item>
    406 		</menu>
    407 		<!--<menu id="help" label="Help" execute="cbpp-help-pipemenu" />-->
    408 		<separator/>
    409 		<item label="Lock Screen">
    410 			<action name="Execute">
    411 				<command>
    412 					slock
    413 				</command>
    414 			</action>
    415 		</item>
    416 		<item label="Exit">
    417 			<action name="Execute">
    418 				<command>
    419 					cbpp-exit
    420 				</command>
    421 			</action>
    422 		</item>
    423 	</menu>
    424 </openbox_menu>