1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111
|
<?xml version="1.0" encoding="utf-8"?>
<plpwm xmlns:xi="http://www.w3.org/2001/XInclude">
<functionmenu>
<getapp label="a: Audio" title="VCL" command="vlc"/>
<getapp label="b: Browser" title="w3m:" command="w3m"/>
<getapp label="c: Calendar" title="Sunbird" command="sunbird"/>
<getapp label="d: Documents" title="LyX" command="lyx"/>
<getapp label="e: Editor" title="emacs@" command="emacs"/>
<getapp label="f: Finances" title="data - " command="gnucash"/>
<getapp label="i: IM" title="Buddy" command="gaim"/>
<getapp label="m: Mail" title="Claws Mail" command="claws-mail"/>
<getapp label="o: Office" title="OpenOffice.org" command="openoffice.org"/>
<getapp label="p: Pdf viewer" title="Xpdf:" command="xpdf"/>
<getapp label="x: XClipboard" title="xclipboard"/>
</functionmenu>
<namemenu>
<getapp label="d: Dillo" title="Dillo" command="dillo"/>
<getapp label="e: Emacs" title="emacs@" command="emacs"/>
<!-- Damn Firefox doesn't set the title properly when running tabbed, just
uses "firefox-bin". So we try both cases. -->
<getapp label="f: Firefox" title="[fF]irefox" command="firefox"/>
<getapp label="g: Gkrellm" title="gkrellm"/>
<getapp label="l: LyX" title="LyX" command="lyx"/>
<getapp label="o: OpenOffice" title="OpenOffice.org" command="openoffice.org"/>
<getapp label="s: Sunbird" title="Sunbird" command="sunbird"/>
<getapp label="v: VNC" title="TightVNC" command="vncviewer"/>
<run label="w w3m" command="/home/mwm/bin/w3m"/>
<getapp label="x: XClipboard" title="xclipboard"/>
</namemenu>
<itunesmenu>
<itunes label="1: Pause" command="pause"/>
<itunes label="2: Play" command="play"/>
<itunes label="3: Stop" command="stop"/>
</itunesmenu>
<websearches>
<search label="Amazon" shortcut="a" url="http://www.amazon.com/exec/obidos/search-handle-url/index=blended;field-keywords=%s"/>
<search label="Code" shortcut="c" url="http://www.google.com/codesearch?q=%s"/>
<search label="Dictionary" shortcut="d" url="http://www.webster.com/cgi-bin/dictionary?book=Dictionary&va=%s"/>
<search label="Google" shortcut="g" url="http://www.google.com/search?q=%s&hl=en&safe=off"/>
<search label="IMDB" shortcut="i" url="http://www.imdb.com/find?tt=on&nm=on&mx=20&q=%s"/>
<search label="Images" shortcut="I" images="1" url="http://images.google.com/images?q=%s&ie=ISO-8859-1&oe=ISO-8859-1&imgsz=xxlarge&safe=o"/>
<search label="Jargon" shortcut="j" url="http://www.google.com/search?as_q=%s&as_sitesearch=www.catb.org&btnI=I%27m+feeling+lucky"/>
<search label="Netflix" shortcut="n" url="http://www.netflix.com/Search?v1=%s"/>
<search label="Python documentation" shortcut="p" url="http://starship.python.net/crew/theller/pyhelp.cgi?keyword=%s&version=current"/>
<search label="Python cookbook" shortcut="P" url="http://aspn.activestate.com/ASPN/search?query=%s&section=PYTHONCKBK&type=Subsection&x=13&y=3"/>
<search label="Quotes" shortcut="q" url="http://en.wikiquote.org/w/index.php?title=Special%%3ASearch&search=%s&fulltext=Search"/>
<search label="TV" shortcut="t" url="http://www.tv.com/search.php?type=11&stype=all&qs=%s&x=0&y=0"/>
<search label="Thesaurs" shortcut="T" url="http://www.webster.com/cgi-bin/thesaurus?book=Thesaurus&va=%s"/>
<search label="Wikipedia" shortcut="w" url="http://en.wikipedia.org/wiki/Special:Search?search=%s&go=Go"/>
<search label="Wiktionary" shortcut="W" url="http://en.wiktionary.org/wiki/Special:Search?search=%s&go=Go"/>
</websearches>
<paneconfigmenus>
<paneconfig label="0: Working">
<vertical fraction=".545454"/>
<vertical fraction=".5"/>
<horizontal fraction=".06"/>
<vertical fraction=".75"/>
<horizontal fraction=".06"/>
<horizontal fraction=".45"/>
<newpane pane="4"/>
<horizontal fraction=".42"/>
<horizontal fraction=".5"/>
<goto number="2"/>
<number number="0"/>
<goto number="4"/>
<number number="1"/>
<goto number="8"/>
<number number="2"/>
<goto number="7"/>
<number number="3"/>
<goto number="7"/>
<number number="4"/>
<goto number="8"/>
<number number="5"/>
<goto number="8"/>
<number number="7"/>
<newpane pane="8"/>
<vertical fraction=".5"/>
</paneconfig>
<paneconfig label="1: Big right">
<vertical fraction=".545454"/>
<vertical fraction=".5"/>
<horizontal fraction=".06"/>
<vertical fraction=".75"/>
<horizontal fraction=".06"/>
<horizontal fraction=".45"/>
<newpane pane="4"/>
<horizontal fraction=".42"/>
<horizontal fraction=".5"/>
<goto number="2"/>
<number number="0"/>
<goto number="4"/>
<number number="1"/>
<goto number="8"/>
<number number="2"/>
<goto number="7"/>
<number number="3"/>
<goto number="7"/>
<number number="4"/>
<goto number="8"/>
<number number="5"/>
<goto number="8"/>
<number number="7"/>
<newpane pane="7"/>
<vertical fraction=".5"/>
</paneconfig>
<paneconfig label="2: Screens">
<vertical fraction=".545454"/>
</paneconfig>
</paneconfigmenus>
</plpwm>
|