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