Commit 2299d5f7c72c7aad8ccd3313ccd60d7558838b08

Authored by Ian Foster
1 parent 6368bf6431
Exists in master

added new sublime settings

Showing 2 changed files with 8 additions and 2 deletions Inline Diff

openbox/openbox/menu.xml View file @ 2299d5f
<?xml version="1.0" encoding="utf-8"?> 1 1 <?xml version="1.0" encoding="utf-8"?>
<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"> 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">
<menu id="root-menu" label="Openbox 3"> 3 3 <menu id="root-menu" label="Openbox 3">
<item label="Run Program"> 4 4 <item label="Run Program">
<action name="Execute"> 5 5 <action name="Execute">
<command> 6 6 <command>
gmrun 7 7 gmrun
</command> 8 8 </command>
</action> 9 9 </action>
</item> 10 10 </item>
<separator/> 11 11 <separator/>
<item label="Terminal"> 12 12 <item label="Terminal">
<action name="Execute"> 13 13 <action name="Execute">
<command> 14 14 <command>
terminator 15 15 terminator
</command> 16 16 </command>
</action> 17 17 </action>
</item> 18 18 </item>
<item label="Web Browser"> 19 19 <item label="Web Browser">
<action name="Execute"> 20 20 <action name="Execute">
<command> 21 21 <command>
x-www-browser 22 22 x-www-browser
</command> 23 23 </command>
</action> 24 24 </action>
</item> 25 25 </item>
<item label="File Manager"> 26 26 <item label="File Manager">
<action name="Execute"> 27 27 <action name="Execute">
<command> 28 28 <command>
thunar 29 29 thunar
</command> 30 30 </command>
</action> 31 31 </action>
</item> 32 32 </item>
<item label="Text Editor"> 33 33 <item label="Text Editor">
<action name="Execute"> 34 34 <action name="Execute">
<command> 35 35 <command>
geany 36 36 geany
</command> 37 37 </command>
</action> 38 38 </action>
</item> 39 39 </item>
<item label="Media Player"> 40 40 <item label="Media Player">
<action name="Execute"> 41 41 <action name="Execute">
<command> 42 42 <command>
vlc 43 43 vlc
</command> 44 44 </command>
</action> 45 45 </action>
</item> 46 46 </item>
<separator/> 47 47 <separator/>
<menu id="accessories" label="Accessories"> 48 48 <menu id="accessories" label="Accessories">
<item label="Catfish File Search"> 49 49 <item label="Catfish File Search">
<action name="Execute"> 50 50 <action name="Execute">
<command> 51 51 <command>
catfish 52 52 catfish
</command> 53 53 </command>
</action> 54 54 </action>
</item> 55 55 </item>
<item label="Archive Manager"> 56 56 <item label="Archive Manager">
<action name="Execute"> 57 57 <action name="Execute">
<command> 58 58 <command>
file-roller 59 59 file-roller
</command> 60 60 </command>
</action> 61 61 </action>
</item> 62 62 </item>
<item label="Geany Text Editor"> 63 63 <item label="Geany Text Editor">
<action name="Execute"> 64 64 <action name="Execute">
<command> 65 65 <command>
geany 66 66 geany
</command> 67 67 </command>
</action> 68 68 </action>
</item> 69 69 </item>
<item label="Task Manager (htop)"> 70 70 <item label="Task Manager (htop)">
<action name="Execute"> 71 71 <action name="Execute">
<command>terminator --command=&quot;htop&quot;</command> 72 72 <command>terminator --command=&quot;htop&quot;</command>
</action> 73 73 </action>
</item> 74 74 </item>
<item label="Terminator Terminal"> 75 75 <item label="Terminator Terminal">
<action name="Execute"> 76 76 <action name="Execute">
<command> 77 77 <command>
terminator 78 78 terminator
</command> 79 79 </command>
</action> 80 80 </action>
</item> 81 81 </item>
<item label="Thunar File Manager"> 82 82 <item label="Thunar File Manager">
<action name="Execute"> 83 83 <action name="Execute">
<command> 84 84 <command>
thunar 85 85 thunar
</command> 86 86 </command>
</action> 87 87 </action>
</item> 88 88 </item>
<item label="Thunar File Manager (root)"> 89 89 <item label="Thunar File Manager (root)">
<action name="Execute"> 90 90 <action name="Execute">
<command> 91 91 <command>
gksudo thunar 92 92 gksudo thunar
</command> 93 93 </command>
</action> 94 94 </action>
</item> 95 95 </item>
</menu> 96 96 </menu>
<menu id="graphics" label="Graphics"> 97 97 <menu id="graphics" label="Graphics">
<item label="GIMP"> 98 98 <item label="GIMP">
<action name="Execute"> 99 99 <action name="Execute">
<command> 100 100 <command>
gimp 101 101 gimp
</command> 102 102 </command>
</action> 103 103 </action>
</item> 104 104 </item>
<item label="Viewnior Image Viewer"> 105 105 <item label="Viewnior Image Viewer">
<action name="Execute"> 106 106 <action name="Execute">
<command> 107 107 <command>
viewnior 108 108 viewnior
</command> 109 109 </command>
</action> 110 110 </action>
</item> 111 111 </item>
<menu id="graphicsScreenshots" label="Take Screenshot"> 112 112 <menu id="graphicsScreenshots" label="Take Screenshot">
<item label="Screenshooter"> 113 113 <item label="Screenshooter">
<action name="Execute"> 114 114 <action name="Execute">
<command> 115 115 <command>
xfce4-screenshooter 116 116 xfce4-screenshooter
</command> 117 117 </command>
</action> 118 118 </action>
</item> 119 119 </item>
<separator label="scrot"/> 120 120 <separator label="scrot"/>
<item label="Now"> 121 121 <item label="Now">
<action name="Execute"> 122 122 <action name="Execute">
<command> 123 123 <command>
scrot '%Y-%m-%d--%s_$wx$h_scrot.png' -e 'mv $f ~/images/ &amp; viewnior ~/images/$f' 124 124 scrot '%Y-%m-%d--%s_$wx$h_scrot.png' -e 'mv $f ~/images/ &amp; viewnior ~/images/$f'
</command> 125 125 </command>
</action> 126 126 </action>
</item> 127 127 </item>
<item label="In 5 Seconds..."> 128 128 <item label="In 5 Seconds...">
<action name="Execute"> 129 129 <action name="Execute">
<command> 130 130 <command>
scrot -d 5 '%Y-%m-%d--%s_$wx$h_scrot.png' -e 'mv $f ~/images/ &amp; viewnior ~/images/$f' 131 131 scrot -d 5 '%Y-%m-%d--%s_$wx$h_scrot.png' -e 'mv $f ~/images/ &amp; viewnior ~/images/$f'
</command> 132 132 </command>
</action> 133 133 </action>
</item> 134 134 </item>
<item label="In 10 Seconds..."> 135 135 <item label="In 10 Seconds...">
<action name="Execute"> 136 136 <action name="Execute">
<command> 137 137 <command>
scrot -d 10 '%Y-%m-%d--%s_$wx$h_scrot.png' -e 'mv $f ~/images/ &amp; viewnior ~/images/$f' 138 138 scrot -d 10 '%Y-%m-%d--%s_$wx$h_scrot.png' -e 'mv $f ~/images/ &amp; viewnior ~/images/$f'
</command> 139 139 </command>
</action> 140 140 </action>
</item> 141 141 </item>
<item label="Selected Area... (click &amp; drag mouse)"> 142 142 <item label="Selected Area... (click &amp; drag mouse)">
<action name="Execute"> 143 143 <action name="Execute">
<command> 144 144 <command>
scrot -s '%Y-%m-%d--%s_$wx$h_scrot.png' -e 'mv $f ~/images/ &amp; viewnior ~/images/$f' 145 145 scrot -s '%Y-%m-%d--%s_$wx$h_scrot.png' -e 'mv $f ~/images/ &amp; viewnior ~/images/$f'
</command> 146 146 </command>
</action> 147 147 </action>
</item> 148 148 </item>
</menu> 149 149 </menu>
</menu> 150 150 </menu>
<menu id="multimedia" label="Multimedia"> 151 151 <menu id="multimedia" label="Multimedia">
<item label="VLC"> 152 152 <item label="VLC">
<action name="Execute"> 153 153 <action name="Execute">
<command>vlc</command> 154 154 <command>vlc</command>
</action> 155 155 </action>
</item> 156 156 </item>
<item label="Volume Control"> 157 157 <item label="Volume Control">
<action name="Execute"> 158 158 <action name="Execute">
<command> 159 159 <command>
pavucontrol 160 160 pavucontrol
</command> 161 161 </command>
</action> 162 162 </action>
</item> 163 163 </item>
<item label="Xfburn"> 164 164 <item label="Xfburn">
<action name="Execute"> 165 165 <action name="Execute">
<command> 166 166 <command>
xfburn 167 167 xfburn
</command> 168 168 </command>
</action> 169 169 </action>
</item> 170 170 </item>
</menu> 171 171 </menu>
<menu id="network" label="Network"> 172 172 <menu id="network" label="Network">
<menu execute="cb-x-www-browser-pipemenu" id="wwwbrowsers" label="WWW Browsers"/> 173 173 <menu execute="cb-x-www-browser-pipemenu" id="wwwbrowsers" label="WWW Browsers"/>
<item label="gFTP Client"> 174 174 <item label="gFTP Client">
<action name="Execute"> 175 175 <action name="Execute">
<command> 176 176 <command>
gftp 177 177 gftp
</command> 178 178 </command>
</action> 179 179 </action>
</item> 180 180 </item>
<item label="Transmission BitTorrent Client"> 181 181 <item label="Transmission BitTorrent Client">
<action name="Execute"> 182 182 <action name="Execute">
<command> 183 183 <command>
transmission-gtk 184 184 transmission-gtk
</command> 185 185 </command>
</action> 186 186 </action>
</item> 187 187 </item>
<item label="XChat IRC Client"> 188 188 <item label="XChat IRC Client">
<action name="Execute"> 189 189 <action name="Execute">
<command> 190 190 <command>
xchat 191 191 xchat
</command> 192 192 </command>
</action> 193 193 </action>
</item> 194 194 </item>
<item label="Remote Filesystems"> 195 195 <item label="Remote Filesystems">
<action name="Execute"> 196 196 <action name="Execute">
<command> 197 197 <command>
gigolo 198 198 gigolo
</command> 199 199 </command>
</action> 200 200 </action>
</item> 201 201 </item>
<menu execute="cb-remote-desktop-pipemenu" id="remotedesktop" label="Remote Desktop"/> 202 202 <menu execute="cb-remote-desktop-pipemenu" id="remotedesktop" label="Remote Desktop"/>
<menu execute="cb-sshconfig-pipemenu" id="sshconfig" label="SSH"/> 203 203 <menu execute="cb-sshconfig-pipemenu" id="sshconfig" label="SSH"/>
<separator label="Services"/> 204 204 <separator label="Services"/>
<menu execute="cb-dropbox-pipemenu" id="dropbox" label="Dropbox"/> 205 205 <menu execute="cb-dropbox-pipemenu" id="dropbox" label="Dropbox"/>
</menu> 206 206 </menu>
<menu id="office" label="Office"> 207 207 <menu id="office" label="Office">
<menu execute="cb-libreoffice-pipemenu" id="libreoffice" label="LibreOffice"/> 208 208 <menu execute="cb-libreoffice-pipemenu" id="libreoffice" label="LibreOffice"/>
<item label="Google Docs"> 209 209 <item label="Google Docs">
<action name="Execute"> 210 210 <action name="Execute">
<command> 211 211 <command>
x-www-browser https://drive.google.com/ 212 212 x-www-browser https://drive.google.com/
</command> 213 213 </command>
</action> 214 214 </action>
</item> 215 215 </item>
<item label="AbiWord Word Processor"> 216 216 <item label="AbiWord Word Processor">
<action name="Execute"> 217 217 <action name="Execute">
<command> 218 218 <command>
abiword 219 219 abiword
</command> 220 220 </command>
</action> 221 221 </action>
</item> 222 222 </item>
<item label="Gnumeric Spreadsheet"> 223 223 <item label="Gnumeric Spreadsheet">
<action name="Execute"> 224 224 <action name="Execute">
<command> 225 225 <command>
gnumeric 226 226 gnumeric
</command> 227 227 </command>
</action> 228 228 </action>
</item> 229 229 </item>
<item label="Calculator"> 230 230 <item label="Calculator">
<action name="Execute"> 231 231 <action name="Execute">
<command> 232 232 <command>
galculator 233 233 galculator
</command> 234 234 </command>
</action> 235 235 </action>
</item> 236 236 </item>
<item label="Evince PDF Viewer"> 237 237 <item label="Evince PDF Viewer">
<action name="Execute"> 238 238 <action name="Execute">
<command> 239 239 <command>
evince 240 240 evince
</command> 241 241 </command>
</action> 242 242 </action>
</item> 243 243 </item>
</menu> 244 244 </menu>
<separator/> 245 245 <separator/>
<menu execute="cb-places-pipemenu" id="pipe-placesmenu" label="Places"/> 246 246 <menu execute="cb-places-pipemenu" id="pipe-placesmenu" label="Places"/>
<menu execute="cb-recent-files-pipemenu" id="pipe-recentfilesmenu" label="Recent Files"/> 247 247 <!--<menu execute="cb-recent-files-pipemenu" id="pipe-recentfilesmenu" label="Recent Files"/>-->
<separator/> 248 248 <separator/>
<menu id="settings" label="Settings"> 249 249 <menu id="settings" label="Settings">
<menu execute="cb-compositor" id="CompositingPipeMenu" label="Compositor"/> 250 250 <menu execute="cb-compositor" id="CompositingPipeMenu" label="Compositor"/>
<menu id="conkyconfig" label="Conky"> 251 251 <menu id="conkyconfig" label="Conky">
<item label="Edit .conkyrc"> 252 252 <item label="Edit .conkyrc">
<action name="Execute"> 253 253 <action name="Execute">
<command> 254 254 <command>
geany ~/.conkyrc 255 255 geany ~/.conkyrc
</command> 256 256 </command>
</action> 257 257 </action>
</item> 258 258 </item>
<item label="Restart Conky"> 259 259 <item label="Restart Conky">
<action name="Execute"> 260 260 <action name="Execute">
<command> 261 261 <command>
conkywonky 262 262 conkywonky
</command> 263 263 </command>
</action> 264 264 </action>
</item> 265 265 </item>
<separator label="Help?"/> 266 266 <separator label="Help?"/>
<item label="man page"> 267 267 <item label="man page">
<action name="Execute"> 268 268 <action name="Execute">
<command> 269 269 <command>
terminator --command=&quot;man conky&quot; 270 270 terminator --command=&quot;man conky&quot;
</command> 271 271 </command>
</action> 272 272 </action>
</item> 273 273 </item>
<item label="Wiki Page"> 274 274 <item label="Wiki Page">
<action name="Execute"> 275 275 <action name="Execute">
<command> 276 276 <command>
x-www-browser http://crunchbanglinux.org/wiki/conky 277 277 x-www-browser http://crunchbanglinux.org/wiki/conky
</command> 278 278 </command>
</action> 279 279 </action>
</item> 280 280 </item>
</menu> 281 281 </menu>
<menu id="dmenuconfig" label="dmenu"> 282 282 <menu id="dmenuconfig" label="dmenu">
<item label="Edit start-up script"> 283 283 <item label="Edit start-up script">
<action name="Execute"> 284 284 <action name="Execute">
<command> 285 285 <command>
geany ~/.config/dmenu/dmenu-bind.sh 286 286 geany ~/.config/dmenu/dmenu-bind.sh
</command> 287 287 </command>
</action> 288 288 </action>
</item> 289 289 </item>
<separator label="Help?"/> 290 290 <separator label="Help?"/>
<item label="man page"> 291 291 <item label="man page">
<action name="Execute"> 292 292 <action name="Execute">
<command> 293 293 <command>
terminator --command=&quot;man dmenu&quot; 294 294 terminator --command=&quot;man dmenu&quot;
</command> 295 295 </command>
</action> 296 296 </action>
</item> 297 297 </item>
</menu> 298 298 </menu>
<menu id="gmrunconfig" label="gmrun"> 299 299 <menu id="gmrunconfig" label="gmrun">
<item label="Edit config file"> 300 300 <item label="Edit config file">
<action name="Execute"> 301 301 <action name="Execute">
<command> 302 302 <command>
geany ~/.gmrunrc 303 303 geany ~/.gmrunrc
</command> 304 304 </command>
</action> 305 305 </action>
</item> 306 306 </item>
<separator label="Help?"/> 307 307 <separator label="Help?"/>
<item label="man page"> 308 308 <item label="man page">
<action name="Execute"> 309 309 <action name="Execute">
<command> 310 310 <command>
terminator --command=&quot;man gmrun&quot; 311 311 terminator --command=&quot;man gmrun&quot;
</command> 312 312 </command>
</action> 313 313 </action>
</item> 314 314 </item>
</menu> 315 315 </menu>
<menu id="obConfig" label="Openbox"> 316 316 <menu id="obConfig" label="Openbox">
<item label="Edit menu.xml"> 317 317 <item label="Edit menu.xml">
<action name="Execute"> 318 318 <action name="Execute">
<command> 319 319 <command>
geany ~/.config/openbox/menu.xml 320 320 geany ~/.config/openbox/menu.xml
</command> 321 321 </command>
</action> 322 322 </action>
</item> 323 323 </item>
<item label="Edit rc.xml"> 324 324 <item label="Edit rc.xml">
<action name="Execute"> 325 325 <action name="Execute">
<command> 326 326 <command>
geany ~/.config/openbox/rc.xml 327 327 geany ~/.config/openbox/rc.xml
</command> 328 328 </command>
</action> 329 329 </action>
</item> 330 330 </item>
<item label="Edit autostart"> 331 331 <item label="Edit autostart">
<action name="Execute"> 332 332 <action name="Execute">
<command> 333 333 <command>
geany ~/.config/openbox/autostart 334 334 geany ~/.config/openbox/autostart
</command> 335 335 </command>
</action> 336 336 </action>
</item> 337 337 </item>
<separator/> 338 338 <separator/>
<item label="GUI Menu Editor"> 339 339 <item label="GUI Menu Editor">
<action name="Execute"> 340 340 <action name="Execute">
<command> 341 341 <command>
obmenu 342 342 obmenu
</command> 343 343 </command>
</action> 344 344 </action>
</item> 345 345 </item>
<item label="GUI Applications Settings Editor"> 346 346 <item label="GUI Applications Settings Editor">
<action name="Execute"> 347 347 <action name="Execute">
<command> 348 348 <command>
obapps 349 349 obapps
</command> 350 350 </command>
</action> 351 351 </action>
</item> 352 352 </item>
<item label="GUI Config Tool"> 353 353 <item label="GUI Config Tool">
<action name="Execute"> 354 354 <action name="Execute">
<command> 355 355 <command>
obconf 356 356 obconf
</command> 357 357 </command>
</action> 358 358 </action>
</item> 359 359 </item>
<separator/> 360 360 <separator/>
<item label="Reconfigure"> 361 361 <item label="Reconfigure">
<action name="Reconfigure"/> 362 362 <action name="Reconfigure"/>
</item> 363 363 </item>
<item label="Restart"> 364 364 <item label="Restart">
<action name="Restart"/> 365 365 <action name="Restart"/>
</item> 366 366 </item>
</menu> 367 367 </menu>
<menu id="terminatorconfig" label="Terminator"> 368 368 <menu id="terminatorconfig" label="Terminator">
<item label="Edit config file"> 369 369 <item label="Edit config file">
<action name="Execute"> 370 370 <action name="Execute">
<command> 371 371 <command>
geany ~/.config/terminator/config 372 372 geany ~/.config/terminator/config
</command> 373 373 </command>
</action> 374 374 </action>
</item> 375 375 </item>
<separator label="Help?"/> 376 376 <separator label="Help?"/>
<item label="man page"> 377 377 <item label="man page">
<action name="Execute"> 378 378 <action name="Execute">
<command> 379 379 <command>
terminator --command=&quot;man terminator_config&quot; 380 380 terminator --command=&quot;man terminator_config&quot;
</command> 381 381 </command>
</action> 382 382 </action>
</item> 383 383 </item>
</menu> 384 384 </menu>
<menu id="tint2config" label="tint2"> 385 385 <menu id="tint2config" label="tint2">
<item label="Edit config file"> 386 386 <item label="Edit config file">
<action name="Execute"> 387 387 <action name="Execute">
<command> 388 388 <command>
geany ~/.config/tint2/tint2rc 389 389 geany ~/.config/tint2/tint2rc
</command> 390 390 </command>
</action> 391 391 </action>
</item> 392 392 </item>
<item label="Restart tint2"> 393 393 <item label="Restart tint2">
<action name="Execute"> 394 394 <action name="Execute">
<command> 395 395 <command>
tint2restart 396 396 tint2restart
</command> 397 397 </command>
</action> 398 398 </action>
</item> 399 399 </item>
<separator label="Help?"/> 400 400 <separator label="Help?"/>
<item label="man page"> 401 401 <item label="man page">
<action name="Execute"> 402 402 <action name="Execute">
<command> 403 403 <command>
terminator --command=&quot;man tint2&quot; 404 404 terminator --command=&quot;man tint2&quot;
</command> 405 405 </command>
</action> 406 406 </action>
</item> 407 407 </item>
<item label="Online Help"> 408 408 <item label="Online Help">
<action name="Execute"> 409 409 <action name="Execute">
<command> 410 410 <command>
x-www-browser http://code.google.com/p/tint2/wiki/Welcome 411 411 x-www-browser http://code.google.com/p/tint2/wiki/Welcome
</command> 412 412 </command>
</action> 413 413 </action>
</item> 414 414 </item>
</menu> 415 415 </menu>
<menu id="DisplaySettings" label="Display Settings"> 416 416 <menu id="DisplaySettings" label="Display Settings">
<item label="ARandR Screen Layout Editor"> 417 417 <item label="ARandR Screen Layout Editor">
<action name="Execute"> 418 418 <action name="Execute">
<command> 419 419 <command>
arandr 420 420 arandr
</command> 421 421 </command>
</action> 422 422 </action>
</item> 423 423 </item>
<separator label="Help?"/> 424 424 <separator label="Help?"/>
<item label="man xrandr"> 425 425 <item label="man xrandr">
<action name="Execute"> 426 426 <action name="Execute">
<command> 427 427 <command>
terminator --command=&quot;man xrandr&quot; 428 428 terminator --command=&quot;man xrandr&quot;
</command> 429 429 </command>
</action> 430 430 </action>
</item> 431 431 </item>
</menu> 432 432 </menu>
<item label="Edit Default Applications"> 433 433 <item label="Edit Default Applications">
<action name="Execute"> 434 434 <action name="Execute">
<command> 435 435 <command>
terminator --command=&quot;sudo update-alternatives --all&quot; 436 436 terminator --command=&quot;sudo update-alternatives --all&quot;
</command> 437 437 </command>
</action> 438 438 </action>
</item> 439 439 </item>
<item label="User Interface Settings"> 440 440 <item label="User Interface Settings">
<action name="Execute"> 441 441 <action name="Execute">
<command> 442 442 <command>
lxappearance 443 443 lxappearance
</command> 444 444 </command>
</action> 445 445 </action>
</item> 446 446 </item>
<item label="Power Management"> 447 447 <item label="Power Management">
<action name="Execute"> 448 448 <action name="Execute">
<command> 449 449 <command>
xfce4-power-manager-settings 450 450 xfce4-power-manager-settings
</command> 451 451 </command>
</action> 452 452 </action>
</item> 453 453 </item>
<item label="Screensaver"> 454 454 <item label="Screensaver">
<action name="Execute"> 455 455 <action name="Execute">
<command> 456 456 <command>
xscreensaver-demo 457 457 xscreensaver-demo
</command> 458 458 </command>
</action> 459 459 </action>
</item> 460 460 </item>
<item label="Choose Wallpaper"> 461 461 <item label="Choose Wallpaper">
<action name="Execute"> 462 462 <action name="Execute">
<command> 463 463 <command>
nitrogen ~/images/wallpapers/ 464 464 nitrogen ~/images/wallpapers/
</command> 465 465 </command>
</action> 466 466 </action>
</item> 467 467 </item>
</menu> 468 468 </menu>
<menu id="system" label="System"> 469 469 <menu id="system" label="System">
<menu execute="cb-printing-pipemenu" id="PrintingPipeMenu" label="Printers"/> 470 470 <menu execute="cb-printing-pipemenu" id="PrintingPipeMenu" label="Printers"/>
<item label="GParted"> 471 471 <item label="GParted">
<action name="Execute"> 472 472 <action name="Execute">
<command> 473 473 <command>
gksudo gparted 474 474 gksudo gparted
</command> 475 475 </command>
</action> 476 476 </action>
</item> 477 477 </item>
<item label="Synaptic Package Manager"> 478 478 <item label="Synaptic Package Manager">
<action name="Execute"> 479 479 <action name="Execute">
<command> 480 480 <command>
gksudo synaptic 481 481 gksudo synaptic
</command> 482 482 </command>
</action> 483 483 </action>
</item> 484 484 </item>
<item label="User Login Settings"> 485 485 <item label="User Login Settings">
<action name="Execute"> 486 486 <action name="Execute">
<command> 487 487 <command>
gksudo slimconf 488 488 gksudo slimconf
</command> 489 489 </command>
</action> 490 490 </action>
</item> 491 491 </item>
</menu> 492 492 </menu>
<!--<menu id="help" label="Help" execute="cb-help-pipemenu" />--> 493 493 <!--<menu id="help" label="Help" execute="cb-help-pipemenu" />-->
<separator/> 494 494 <separator/>
<item label="Lock Screen"> 495 495 <item label="Lock Screen">
<action name="Execute"> 496 496 <action name="Execute">
<command> 497 497 <command>
cb-lock 498 498 cb-lock
</command> 499 499 </command>
</action> 500 500 </action>
</item> 501 501 </item>
<item label="Exit"> 502 502 <item label="Exit">
<action name="Execute"> 503 503 <action name="Execute">
<command> 504 504 <command>
cb-exit 505 505 cb-exit
</command> 506 506 </command>
</action> 507 507 </action>
</item> 508 508 </item>
</menu> 509 509 </menu>
</openbox_menu> 510 510 </openbox_menu>
511 511
sublime-text-3/User/Preferences.sublime-settings View file @ 2299d5f
{ 1 1 {
"always_prompt_for_file_reload": false, 2 2 "always_prompt_for_file_reload": false,
"always_show_minimap_viewport": true, 3 3 "always_show_minimap_viewport": true,
"animation_enabled": true, 4 4 "animation_enabled": true,
"atomic_save": true, 5 5 "atomic_save": true,
"auto_close_tags": true, 6 6 "auto_close_tags": true,
"auto_complete": true, 7 7 "auto_complete": true,
"auto_complete_commit_on_tab": true, 8 8 "auto_complete_commit_on_tab": true,
"auto_complete_delay": 50, 9 9 "auto_complete_delay": 50,
"auto_complete_selector": "source - comment, meta.tag - punctuation.definition.tag.begin", 10 10 "auto_complete_selector": "source - comment, meta.tag - punctuation.definition.tag.begin",
"auto_complete_size_limit": 4194304, 11 11 "auto_complete_size_limit": 4194304,
"auto_complete_triggers": 12 12 "auto_complete_triggers":
[ 13 13 [
{ 14 14 {
"characters": "<", 15 15 "characters": "<",
"selector": "text.html" 16 16 "selector": "text.html"
} 17 17 }
], 18 18 ],
"auto_complete_with_fields": false, 19 19 "auto_complete_with_fields": false,
"auto_find_in_selection": false, 20 20 "auto_find_in_selection": false,
"auto_indent": true, 21 21 "auto_indent": true,
"auto_match_enabled": true, 22 22 "auto_match_enabled": true,
"binary_file_patterns": 23 23 "binary_file_patterns":
[ 24 24 [
"*.jpg", 25 25 "*.jpg",
"*.jpeg", 26 26 "*.jpeg",
"*.png", 27 27 "*.png",
"*.gif", 28 28 "*.gif",
"*.ttf", 29 29 "*.ttf",
"*.tga", 30 30 "*.tga",
"*.dds", 31 31 "*.dds",
"*.ico", 32 32 "*.ico",
"*.eot", 33 33 "*.eot",
"*.pdf", 34 34 "*.pdf",
"*.swf", 35 35 "*.swf",
"*.jar", 36 36 "*.jar",
"*.zip" 37 37 "*.zip"
], 38 38 ],
"bold_folder_labels": true, 39 39 "bold_folder_labels": true,
"caret_style": "smooth", 40 40 "caret_style": "smooth",
"close_windows_when_empty": true, 41 41 "close_windows_when_empty": true,
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme", 42 42 "color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"copy_with_empty_selection": true, 43 43 "copy_with_empty_selection": true,
"create_window_at_startup": true, 44 44 "create_window_at_startup": true,
"default_encoding": "UTF-8", 45 45 "default_encoding": "UTF-8",
"default_line_ending": "unix", 46 46 "default_line_ending": "unix",
"detect_indentation": true, 47 47 "detect_indentation": true,
"dictionary": "Packages/Language - English/en_US.dic", 48 48 "dictionary": "Packages/Language - English/en_US.dic",
"drag_text": true, 49 49 "drag_text": true,
"draw_centered": false, 50 50 "draw_centered": false,
"draw_indent_guides": true, 51 51 "draw_indent_guides": true,
"draw_minimap_border": false, 52 52 "draw_minimap_border": false,
"draw_white_space": "selection", 53 53 "draw_white_space": "selection",
"enable_hexadecimal_encoding": true, 54 54 "enable_hexadecimal_encoding": true,
"enable_telemetry": "auto", 55 55 "enable_telemetry": "auto",
"ensure_newline_at_eof_on_save": false, 56 56 "ensure_newline_at_eof_on_save": false,
"fade_fold_buttons": true, 57 57 "fade_fold_buttons": true,
"fallback_encoding": "Western (Windows 1252)", 58 58 "fallback_encoding": "Western (Windows 1252)",
"file_exclude_patterns": 59 59 "file_exclude_patterns":
[ 60 60 [
"*.pyc", 61 61 "*.pyc",
"*.pyo", 62 62 "*.pyo",
"*.exe", 63 63 "*.exe",
"*.dll", 64 64 "*.dll",
"*.obj", 65 65 "*.obj",
"*.o", 66 66 "*.o",
"*.a", 67 67 "*.a",
"*.lib", 68 68 "*.lib",
"*.so", 69 69 "*.so",
"*.dylib", 70 70 "*.dylib",
"*.ncb", 71 71 "*.ncb",
"*.sdf", 72 72 "*.sdf",
"*.suo", 73 73 "*.suo",
"*.pdb", 74 74 "*.pdb",
"*.idb", 75 75 "*.idb",
".DS_Store", 76 76 ".DS_Store",
"*.class", 77 77 "*.class",
"*.psd", 78 78 "*.psd",
"*.db", 79 79 "*.db",
"*.sublime-workspace" 80 80 "*.sublime-workspace"
], 81 81 ],
"find_selected_text": true, 82 82 "find_selected_text": true,
"fold_buttons": false, 83 83 "fold_buttons": false,
"folder_exclude_patterns": 84 84 "folder_exclude_patterns":
[ 85 85 [
".svn", 86 86 ".svn",
".git", 87 87 ".git",
".hg", 88 88 ".hg",
"CVS" 89 89 "CVS"
], 90 90 ],
"font_options": 91 91 "font_options":
[ 92 92 [
], 93 93 ],
"font_size": 10, 94 94 "font_size": 10,
"gpu_window_buffer": "auto", 95 95 "gpu_window_buffer": "auto",
"gutter": true, 96 96 "gutter": true,
"highlight_line": true, 97 97 "highlight_line": true,
"highlight_modified_tabs": true, 98 98 "highlight_modified_tabs": true,
"hot_exit": false, 99 99 "hot_exit": false,
"ignored_packages": 100 100 "ignored_packages":
[ 101 101 [
], 102 102 ],
"indent_guide_options": 103 103 "indent_guide_options":
[ 104 104 [
"draw_normal" 105 105 "draw_normal"
], 106 106 ],
"indent_subsequent_lines": true, 107 107 "indent_subsequent_lines": true,
"indent_to_bracket": false, 108 108 "indent_to_bracket": false,
"index_files": true, 109 109 "index_files": true,
"line_numbers": true, 110 110 "line_numbers": true,
"line_padding_bottom": 0, 111 111 "line_padding_bottom": 0,
"line_padding_top": 0, 112 112 "line_padding_top": 0,
"margin": 0, 113 113 "margin": 0,
"match_brackets": true, 114 114 "match_brackets": true,
"match_brackets_angle": false, 115 115 "match_brackets_angle": false,
"match_brackets_braces": true, 116 116 "match_brackets_braces": true,
"match_brackets_content": true, 117 117 "match_brackets_content": true,
"match_brackets_square": true, 118 118 "match_brackets_square": true,
"match_selection": true, 119 119 "match_selection": true,
"match_tags": true, 120 120 "match_tags": true,
"move_to_limit_on_up_down": false, 121 121 "move_to_limit_on_up_down": false,
"open_files_in_new_window": true, 122 122 "open_files_in_new_window": true,
"overlay_scroll_bars": "system", 123 123 "overlay_scroll_bars": "system",
"preview_on_click": true, 124 124 "preview_on_click": true,
"remember_open_files": false, 125 125 "remember_open_files": false,
"rulers": 126 126 "rulers":
[ 127 127 [
80 128 128 80
], 129 129 ],
"save_on_focus_lost": false, 130 130 "save_on_focus_lost": false,
"scroll_past_end": false, 131 131 "scroll_past_end": false,
"scroll_speed": 1.0, 132 132 "scroll_speed": 1.0,
"shift_tab_unindent": false, 133 133 "shift_tab_unindent": false,
"show_full_path": true, 134 134 "show_full_path": true,
"show_panel_on_build": true, 135 135 "show_panel_on_build": true,
"show_tab_close_buttons": true, 136 136 "show_tab_close_buttons": true,
"smart_indent": true, 137 137 "smart_indent": true,
"soda_folder_icons": false, 138 138 "soda_folder_icons": false,
"spell_check": false, 139 139 "spell_check": false,
"tab_completion": true, 140 140 "tab_completion": true,
"tab_size": 4, 141 141 "tab_size": 4,
"theme": "Soda Dark 3.sublime-theme", 142 142 "theme": "Soda Dark 3.sublime-theme",
"translate_tabs_to_spaces": true, 143 143 "translate_tabs_to_spaces": true,
"tree_animation_enabled": true, 144 144 "tree_animation_enabled": true,
"trim_automatic_white_space": true, 145 145 "trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": false, 146 146 "trim_trailing_white_space_on_save": false,
"use_simple_full_screen": false, 147 147 "use_simple_full_screen": false,
"use_tab_stops": true, 148 148 "use_tab_stops": true,
"word_wrap": false, 149 149 "word_wrap": false,
"wrap_width": 0 150 150 "wrap_width": 0,
151 // Display file encoding in the status bar
152 "show_encoding": false,
153
154 // Display line endings in the status bar
155 "show_line_endings": false,
156
} 151 157 }
152 158