From: Don Armstrong Date: Fri, 17 Feb 2006 09:22:07 +0000 (+0000) Subject: * Completely move around the home directory system and begin X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d52327408bd6e1bed0d0c5af3c1deeeb8ab5a9d5;p=x_base.git * Completely move around the home directory system and begin transitioning to a module based system instead of the individual directories --- d52327408bd6e1bed0d0c5af3c1deeeb8ab5a9d5 diff --git a/.Xresources b/.Xresources new file mode 100644 index 0000000..3849990 --- /dev/null +++ b/.Xresources @@ -0,0 +1,97 @@ +! Parts (C) 1996 By Greg J. Badros +! Modification for Linux-Mandrake by Chmouel Boudjnah +! You may use this file as specified under the GNU General Public License + +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +! emacs, xemacs + +emacs*Background: black +emacs*Foreground: grey90 +! emacs*pointerColor: Orchid +! emacs*cursorColor: Orchid +! emacs*bitmapIcon: on +! emacs*font: fixed +! The following is resolution dependent +! emacs*geometry: 155x75 + + +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +! xterm (and friends) + +XTerm*highlightSelection: true +! Uncomment this to use color for the bold attribute +! XTerm*VT100*colorBDMode: on +! XTerm*VT100*colorBD: blue +! Uncomment this to use color for underline attribute +! XTerm.VT100*colorULMode: on +! XTerm.VT100*underLine: on +! XTerm*VT100*colorUL: magenta +! Uncomment this to display the scrollbar +! XTerm*scrollBar: true + +XTerm*background: black +XTerm*foreground: gray90 + +XTerm*eightBitInput: false +XTerm*metaSendsEscape: true + +UXTerm*metaSendsEscape: true + + + XTerm*jumpScroll: true +UXTerm*jumpScroll: true + +! This resource specifies whether or not to ignore the 'alternate screen' +! of applications such as vi. When it is on, these applications will restore +! the contents of the screen when they are exited to what they were before +! they were started. When it is off, the contents of vi will remain on the +! screen after the program is quit. +! XTerm.VT100.titeInhibit: true + +! Uncomment this to turn off color mode in your xterms +!XTerm.VT100*colorMode: off +! XTerm.VT100*dynamicColors: on + +! Number of lines of scrollback to save +XTerm*saveLines: 1500 + +xterm*reverseWrap: true + +XTerm*VT100*font: -*-fixed-medium-r-*-*-20-*-*-*-*-*-*-* + XTerm*geometry: 120x49 + + UXTerm*geometry: 120x49 +UXTerm*font: -*-fixed-medium-r-*-*-20-*-*-*-*-*-iso10646-1 +! UXTerm.VT100.font: -*-fixed-medium-r-*-*-20-*-*-*-*-*-*-* + + rxvt*geometry: 120x49 + rxvt*font: 7x14 +rxvt*background: black +rxvt*foreground: gray90 + + URxvt.geometry: 120x49 + URxvt.font: 9x15 +URxvt.background: black +URxvt.foreground: gray90 + +*visualBell: true +*scrollTtyOutput: False +*scrollKey: True +Scrollbar.JumpCursor: True + +! Suppr support. +!*VT100.Translations: #override \ +!BackSpace: string(0x7F)\n\ +!Delete: string("\033[3~")\n\ +!Home: string("\033[1~")\n\ +!End: string("\033[4~") + +! GVim great Colors. +Vim*background: black +Vim*foreground: lightyellow +Vim*font: -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-15-*5 +Vim*geometry: 88x35 +Vim*menuBackground: black +Vim*menuForeground: moccasin + +xclock*font: -*-avantgarde-*-*-*-*-*-*-*-*-*-*-*-* diff --git a/.Xresources_archimedes b/.Xresources_archimedes new file mode 100644 index 0000000..02f1269 --- /dev/null +++ b/.Xresources_archimedes @@ -0,0 +1,5 @@ +;;-*- mode: xrdb; -*- +emacs*font: -*-fixed-medium-r-*-*-20-*-*-*-*-*-*-* +emacs*geometry: 155x56 + +xpdf*geometry: 1594x1176 diff --git a/.Xresources_volo b/.Xresources_volo new file mode 100644 index 0000000..9d6c113 --- /dev/null +++ b/.Xresources_volo @@ -0,0 +1,15 @@ +;;-*- mode: xrdb; -*- + emacs*font: -misc-fixed-medium-r-*-*-15-*-*-*-*-*-*-* +emacs*geometry: 155x56 + + UXTerm*geometry: 159x58 + UXTerm*utf-8*font: -misc-fixed-medium-r-*-*-15-*-*-*-*-*-iso10646-1 + UXTerm*VT100*font: -misc-fixed-medium-r-*-*-15-*-*-*-*-*-*-* +UXTerm*metaSendsEscape: true + + URxvt.geometry: 159x58 + URxvt.font: 9x15 +URxvt.background: black +URxvt.foreground: gray90 + +xpdf*geometry: 1152x740 diff --git a/.Xresources_xieana b/.Xresources_xieana new file mode 100644 index 0000000..21f577d --- /dev/null +++ b/.Xresources_xieana @@ -0,0 +1,15 @@ +;;-*- mode: xrdb; -*- + emacs*font: -misc-fixed-medium-r-*-*-15-*-*-*-*-*-*-* +emacs*geometry: 123x47 + + UXTerm*geometry: 127x49 + UXTerm*utf-8*font: -misc-fixed-medium-r-*-*-15-*-*-*-*-*-iso10646-1 + UXTerm*VT100*font: -misc-fixed-medium-r-*-*-15-*-*-*-*-*-*-* +UXTerm*metaSendsEscape: true + + URxvt.geometry: 127x49 + URxvt.font: 9x15 +URxvt.background: black +URxvt.foreground: gray90 + +xpdf*geometry: 1152x740 diff --git a/.config/openbox/debian-menu.xml b/.config/openbox/debian-menu.xml new file mode 100644 index 0000000..4983731 --- /dev/null +++ b/.config/openbox/debian-menu.xml @@ -0,0 +1,462 @@ + + + + + + + + + + + x-terminal-emulator -T "PostgreSQL Databases" -e /usr/lib/postgresql/bin/psql-wm + + + + + /usr/bin/abiword + + + x-terminal-emulator -T "Emacs 21 (text)" -e /usr/bin/emacs21 + + + /usr/bin/emacs21 + + + x-terminal-emulator -T "jed" -e /usr/bin/jed + + + /usr/bin/lyx-qt + + + x-terminal-emulator -T "Nano" -e /usr/bin/nano + + + /usr/X11R6/bin/textedit + + + xedit + + + + + /usr/bin/BasiliskII + + + + + bitmap + + + /usr/bin/dia-normal + + + sodipodi + + + /usr/bin/gimp + + + /usr/bin/gimp-1.3 + + + + + x-terminal-emulator -T "bc" -e /usr/bin/bc + + + x-terminal-emulator -T "GNU R" -e /usr/bin/R + + + /usr/bin/gnumeric + + + x-terminal-emulator -T "Gnuplot" -e /usr/bin/gnuplot + + + /usr/bin/grpn + + + xcalc + + + + + x-terminal-emulator -T "ELinks" -e /usr/bin/elinks + + + /usr/bin/gaim + + + x-terminal-emulator -T "irssi-text" -e /usr/bin/irssi-text + + + x-terminal-emulator -T "Links-SSL" -e /usr/bin/links + + + /usr/bin/LinNeighborhood + + + + mozilla-1.5 + + + mozilla-1.5 -edit + + + + MozillaFirebird + + + mozilla-1.5 + + + x-terminal-emulator -T "Mutt" -e /usr/bin/mutt + + + x-terminal-emulator -T "Telnet" -e telnet + + + x-terminal-emulator -T "w3m" -e /usr/bin/w3m /usr/share/doc/w3m/MANUAL.html + + + xbiff + + + + + x-terminal-emulator -T "autoproject" -e /usr/bin/autoproject + + + x-terminal-emulator -T "Guile 1.6" -e /usr/bin/guile-1.6 + + + x-terminal-emulator -T "Python (v2.2)" -e /usr/bin/python2.2 + + + x-terminal-emulator -T "Python (v2.3)" -e /usr/bin/python2.3 + + + x-terminal-emulator -T "Tclsh8.3" -e /usr/bin/tclsh8.3 + + + x-terminal-emulator -T "Tclsh8.4" -e /usr/bin/tclsh8.4 + + + x-terminal-emulator -e /usr/bin/wish8.4 + + + + + x-terminal-emulator -T "Ash" -e /bin/ash -i + + + x-terminal-emulator -T "Bash" -e /bin/bash -login + + + x-terminal-emulator -T "Sh" -e /bin/sh -login + + + x-terminal-emulator -T "Zsh" -e /bin/zsh4 + + + + + /usr/bin/artsbuilder + + + /usr/bin/artscontrol + + + /usr/bin/audacity + + + x-terminal-emulator -T "aumix" -e /usr/bin/aumix + + + x-terminal-emulator -T "cplay" -e /usr/bin/cplay + + + x-terminal-emulator -T "ecasound2.2" -e /usr/bin/ecasound + + + /usr/bin/grip + + + x-terminal-emulator -T "jack" -e /usr/bin/jack -Q -D --wait + + + /usr/bin/spiralsynthmodular + + + wmxmms + + + /usr/bin/xmcd + + + xmms + + + + + + x-terminal-emulator -T "gpm-config" -e /usr/sbin/su-to-root -p root -c /usr/sbin/gpmconfig + + + x-terminal-emulator -T "Lilo-config" -e /usr/sbin/su-to-root -p root -c /usr/sbin/liloconfig + + + x-terminal-emulator -T "Orphaner (all)" -e /usr/sbin/su-to-root -c '/usr/sbin/orphaner -a' + + + x-terminal-emulator -T "Orphaner (libs)" -e /usr/sbin/su-to-root -c /usr/sbin/orphaner + + + x-terminal-emulator -T "Orphaner - editkeep" -e /usr/sbin/su-to-root -c '/usr/sbin/editkeep ' + + + x-terminal-emulator -T "pppconfig" -e /usr/sbin/su-to-root -p root -c /usr/sbin/pppconfig + + + + x-terminal-emulator -T "apt-spy" -e /usr/bin/apt-spy + + + x-terminal-emulator -T "aptitude" -e /usr/bin/aptitude + + + /usr/bin/gkrellm + + + x-terminal-emulator -e /usr/bin/pstree.x11 + + + x-terminal-emulator -T "reportbug" -e /usr/bin/reportbug + + + x-terminal-emulator -T "Task selector" -e /usr/sbin/su-to-root -c /usr/bin/tasksel + + + x-terminal-emulator -T "Top" -e /usr/bin/top + + + xconsole + + + xload + + + xvidtune + + + + + sh -c 'while /usr/games/fortune | col -x | xmessage -center -buttons OK:1,Another:0 -default OK -file - ; do :; done' + + + + + editres + + + /usr/bin/gpgp + + + gnucash + + + oclock + + + rclock + + + x-terminal-emulator -T "Units" -e units + + + xwd | xwud + + + xclipboard + + + xclock -analog + + + xclock -digital -update 1 + + + xcutsel + + + x-terminal-emulator -e xev + + + xfontsel + + + /usr/bin/xkeycaps + + + xkill + + + xmag + + + xrefresh + + + + + /usr/bin/gmplayer + + + /usr/bin/X11/gv + + + /usr/bin/display /usr/share/doc/imagemagick/examples/logo.png + + + /usr/bin/ogle + + + /usr/X11R6/bin/wordview + + + xditview + + + /usr/bin/xdvi + + + /usr/bin/xine + + + /usr/bin/xpdf + + + + + + + x-terminal-emulator -T "TinyFugue" -e /usr/games/tf + + + + + x-terminal-emulator -T "GNU Go" -e /usr/games/gnugo + + + x-terminal-emulator -T "GnuChess" -e /usr/games/gnuchess + + + /usr/games/cgoban + + + + + /usr/games/gtetrinet + + + + + xeyes + + + xlogo + + + + + + x-terminal-emulator -T "Info" -e info + + + hman -P sensible-browser + + + /usr/bin/texdoctk + + + xman + + + + + + /usr/bin/xscreensaver-command -lock + + + + /usr/X11R6/bin/props + + + + xsetroot + + + + + /usr/bin/xscreensaver-command -next + + + /usr/bin/xscreensaver-command -prev + + + /usr/bin/xscreensaver-command -activate + + + beforelight + + + /usr/bin/xscreensaver-command -demo + + + /usr/bin/xscreensaver-command -exit + + + /usr/bin/xscreensaver + + + /usr/bin/xscreensaver-command -restart + + + /usr/bin/xscreensaver-command -prefs + + + + + + /usr/bin/openbox + + + + + /usr/X11R6/bin/cmdtool + + + /usr/bin/Eterm + + + rxvt + + + /usr/X11R6/bin/shelltool + + + wterm-ml + + + xterm + + + uxterm + + + + + diff --git a/.config/openbox/menu.xml b/.config/openbox/menu.xml new file mode 100644 index 0000000..bdd0b8d --- /dev/null +++ b/.config/openbox/menu.xml @@ -0,0 +1,43 @@ + + + + + + + uxterm + + + mozilla-firefox + + + emacs + + + + gaim + + + dia + + + + + + + + + obconf + + + + + + + + + + + diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml new file mode 100644 index 0000000..a51f884 --- /dev/null +++ b/.config/openbox/rc.xml @@ -0,0 +1,360 @@ + + + + + + yes + yes + 0 + no + + + + Peptide + LIMC + + + + Smart + + + + 12 + + xmms,gkrellm + emacs + mozilla + gnumeric,gimp,sodipodi + perl testing + administration-1 + administration-2 + rzlab + mutt irc + R + eleven + twelve + + + + + TopLeft + Top + Vertical + 0 + 0 + no + 300 + A-Left + + + + C-g + + + + + + + + + + + + + + + no + + + no + + + + + + 1 + + + 2 + + + 3 + + + 4 + + + 5 + + + 6 + + + 7 + + + 8 + + + 9 + + + 10 + + + 11 + + + 12 + + + uxterm + + + client-menu + + + + + 3 + 200 + + + + + + + + + + + + + client-menu + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + client-menu + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + client-menu + + + client-menu + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + client-list-menu + + + don-menu + + + + + + + + + + + + + + + + + + + + + + + /var/lib/openbox/debian-menu.xml + + + /home/don/.config/openbox/menu.xml + + + +10 +20 + + +no + + diff --git a/.dmrc b/.dmrc new file mode 100644 index 0000000..8ec63f3 --- /dev/null +++ b/.dmrc @@ -0,0 +1,2 @@ +[Desktop] +Session=default diff --git a/.xscreensaver b/.xscreensaver new file mode 100644 index 0000000..dd7bada --- /dev/null +++ b/.xscreensaver @@ -0,0 +1,319 @@ +# XScreenSaver Preferences File +# Written by xscreensaver-demo 4.21 for don on Mon Oct 17 20:39:18 2005. +# http://www.jwz.org/xscreensaver/ + +timeout: 0:10:00 +cycle: 0:10:00 +lock: True +lockTimeout: 0:05:00 +passwdTimeout: 0:01:00 +visualID: default +installColormap: True +verbose: False +timestamp: True +splash: False +splashDuration: 0:00:05 +quad: False +demoCommand: xscreensaver-demo +prefsCommand: xscreensaver-demo -prefs +nice: 10 +memoryLimit: 0 +fade: True +unfade: False +fadeSeconds: 0:00:03 +fadeTicks: 20 +captureStderr: True +ignoreUninstalledPrograms:True +font: *-medium-r-*-140-*-m-* +dpmsEnabled: True +dpmsStandby: 0:30:00 +dpmsSuspend: 1:00:00 +dpmsOff: 1:30:00 +grabDesktopImages: False +grabVideoFrames: False +chooseRandomImages: False +imageDirectory: + +mode: one +selected: 144 + +textMode: url +textLiteral: XScreenSaver +textFile: /usr/share/doc/xserver-common/copyright +textProgram: fortune +textURL: http://planet.debian.net/rss20.xml + +programs: \ + "Attraction (balls)" attraction -root -mode balls \n\ + "Attraction (lines)" attraction -root -mode lines -points 3 \ + -segments 200 \n\ + "Attraction (splines)" attraction -root -mode splines -segments \ + 300 \n\ + "Attraction (orbital)" attraction -root -mode lines -radius 300 \ + -orbit -vmult 0.5 \n\ + pyro -root \n\ + rocks -root \n\ + helix -root \n\ + pedal -root \n\ + rorschach -root -offset 7 \n\ + hopalong -root \n\ + greynetic -root \n\ + imsmap -root \n\ + slidescreen -root \n\ + decayscreen -root \n\ + jigsaw -root \n\ + blitspin -root -grab \n\ + slip -root \n\ + distort -root \n\ + spotlight -root \n\ + "Ripples (oily)" ripples -root -oily -light 2 \n\ + "Ripples (stir)" ripples -root -oily -light 2 -stir \n\ + "Ripples (desktop)" ripples -root -water -light 6 \n\ + hypercube -root \n\ + hyperball -root \n\ + halo -root \n\ + maze -root \n\ + noseguy -root \n\ + flame -root \n\ + lmorph -root \n\ + deco -root \n\ + moire -root \n\ + moire2 -root \n\ + lightning -root \n\ + strange -root \n\ + spiral -root \n\ + laser -root \n\ + grav -root \n\ + "Grav (trails)" grav -root -trail -decay \n\ + drift -root \n\ + ifs -root \n\ + julia -root \n\ + penrose -root \n\ + sierpinski -root \n\ + braid -root \n\ + galaxy -root \n\ + bouboule -root \n\ + swirl -root \n\ + flag -root \n\ + sphere -root \n\ + forest -root \n\ + lisa -root \n\ + lissie -root \n\ + goop -root -max-velocity 0.5 -elasticity \ + 0.9 \n\ + starfish -root \n\ + "Starfish (blob)" starfish -root -blob \n\ + munch -root \n\ + fadeplot -root \n\ + coral -root -delay 0 \n\ + mountain -root \n\ + triangle -root -delay 1 \n\ + worm -root \n\ + rotor -root \n\ + ant -root \n\ + demon -root \n\ + loop -root \n\ + vines -root \n\ + kaleidescope -root \n\ + xjack -root \n\ + xlyap -root -randomize \n\ + cynosure -root \n\ + flow -root \n\ + epicycle -root \n\ + interference -root \n\ + truchet -root -randomize \n\ + bsod -root \n\ + crystal -root \n\ + discrete -root \n\ + kumppa -root \n\ + rd-bomb -root \n\ + "RD-Bomb (mobile)" rd-bomb -root -speed 1 -size 0.1 \n\ + sonar -root \n\ + t3d -root \n\ + penetrate -root \n\ + deluxe -root \n\ + compass -root \n\ + squiral -root \n\ + xflame -root \n\ + wander -root \n\ + "Wander (spots)" wander -root -advance 0 -size 10 -circles \ + -length 10000 -reset 100000 \n\ + critical -root \n\ + phosphor -root \n\ + xmatrix -root -density 51 \n\ + petri -root -size 2 -count 20 \n\ + "Petri 2" petri -root -minlifespeed 0.02 \ + -maxlifespeed 0.03 -minlifespan 1 \ + -maxlifespan 1 -instantdeathchan 0 \ + -minorchan 0 -anychan 0.3 \n\ + shadebobs -root \n\ + ccurve -root \n\ + blaster -root \n\ + bumps -root \n\ + xteevee -root \n\ + xspirograph -root \n\ + nerverot -root \n\ +- "NerveRot (dense)" nerverot -root -count 1000 \n\ +- "NerveRot (thick)" nerverot -root -count 100 -line-width 4 \ + -max-nerve-radius 0.8 -nervousness 0.5 \ + -db \n\ + xrayswarm -root \n\ +- "Zoom (Fatbits)" zoom -root \n\ + "Zoom (Lenses)" zoom -root -lenses \n\ + rotzoomer -root \n\ +- "RotZoomer (mobile)" rotzoomer -root -move \n\ +- "RotZoomer (sweep)" rotzoomer -root -sweep \n\ + whirlwindwarp -root \n\ + whirlygig -root \n\ + speedmine -root \n\ + "SpeedWorm" speedmine -root -worm \n\ + vermiculate -root \n\ + twang -root \n\ + apollonian -root \n\ + euler2d -root \n\ + "Euler2d (dense)" euler2d -root -count 4000 -eulertail 400 \ + -ncolors 230 \n\ +- juggle -root \n\ + polyominoes -root \n\ +- thornbird -root \n\ + fluidballs -root \n\ + anemone -root \n\ + halftone -root \n\ + metaballs -root \n\ + eruption -root \n\ + popsquares -root \n\ + barcode -root \n\ + piecewise -root \n\ + color: bubbles -root \n\ +- stdin -stdout' \n\ + cloudlife -root \n\ + mismunch -root \n\ + xanalogtv -root \n\ + fontglide -root -page \n\ + "FontGlide (scroller)" fontglide -root -scroll \n\ + apple2 -root \n\ + pong -root \n\ + wormhole -root \n\ + pacman -root \n\ + fuzzyflakes -root \n\ + anemotaxis -root \n\ + memscroller -root \n\ + substrate -root \n\ + "Substrate (circles)" substrate -root -circle-percent 33 \n\ + intermomentary -root \n\ + fireworkx -root \n\ + fiberlamp -root \n\ + boxfit -root \n\ + "Qix (solid)" qix -root -solid -segments 100 \n\ + "Qix (transparent)" qix -root -count 4 -solid -transparent \n\ + "Qix (linear)" qix -root -count 5 -solid -transparent \ + -linear -segments 250 -size 100 \n\ +- "Qix (xor)" qix -root -linear -count 5 -size 200 \ + -spread 30 -segments 75 -solid -xor \n\ +- "Attraction (poly)" attraction -root -mode polygons \n\ +- default-n: webcollage -root \n\ +- default-n: "WebCollage (whacked)" \ + webcollage -root -filter 'vidwhacker \ + -stdin -stdout' \n\ +- default-n: vidwhacker -root \n\ + GL: gears -root \n\ + GL: "Gears (planetary)" gears -root -planetary \n\ + GL: superquadrics -root \n\ + GL: morph3d -root \n\ + GL: cage -root \n\ + GL: moebius -root \n\ + GL: stairs -root \n\ + GL: pipes -root \n\ + GL: sproingies -root \n\ + GL: rubik -root \n\ + GL: atlantis -root -gradient \n\ + GL: lament -root \n\ + GL: bubble3d -root \n\ + GL: glplanet -root \n\ + GL: flurry -root -preset random \n\ + GL: pulsar -root \n\ +- GL: "Pulsar (textures)" pulsar -root -texture -mipmap \ + -texture_quality -light -fog \n\ + GL: extrusion -root \n\ + GL: sierpinski3d -root \n\ + GL: menger -root \n\ + GL: gflux -root \n\ + GL: "GFlux (grab)" gflux -root -mode grab \n\ + GL: stonerview -root \n\ + GL: starwars -root \n\ + GL: gltext -root \n\ + GL: "GLText (clock)" gltext -text "%A%n%d %b %Y%n%r" -root \n\ + GL: molecule -root -shells \n\ + GL: dangerball -root \n\ + GL: circuit -root \n\ + GL: engine -root \n\ + GL: flipscreen3d -root \n\ + GL: glsnake -root \n\ + GL: boxed -root \n\ +- GL: glforestfire -root \n\ +- GL: "GLForestFire (rain)" glforestfire -root -count 0 \n\ +- GL: sballs -root \n\ + GL: cubenetic -root \n\ + GL: spheremonics -root \n\ + GL: lavalite -root \n\ + GL: queens -root \n\ + GL: endgame -root \n\ +- GL: glblur -root \n\ + GL: atunnel -root \n\ + GL: flyingtoasters -root \n\ + GL: bouncingcow -root \n\ + GL: jigglypuff -root -random \n\ + GL: klein -root -random \n\ + GL: "HyperTorus (striped)" hypertorus -root \n\ + GL: "HyperTorus (solid)" hypertorus -root -solid -transparent \n\ + GL: glmatrix -root \n\ + GL: cubestorm -root \n\ + GL: glknots -root \n\ + GL: blocktube -root \n\ + GL: flipflop -root \n\ + GL: antspotlight -root \n\ +- GL: glslideshow -root \n\ + GL: polytopes -root \n\ + GL: gleidescope -root \n\ +- GL: mirrorblob -root \n\ + GL: "MirrorBlob (color only)" mirrorblob -root -colour -no-texture \n\ + GL: blinkbox -root \n\ + GL: noof -root \n\ + GL: polyhedra -root \n\ +- GL: antinspect -root \n\ + GL: providence -root \n\ + GL: "Pinion (large gears)" pinion -root \n\ + GL: "Pinion (small gears)" pinion -root -size 0.2 -scroll 0.3 \n\ + GL: boing -root -lighting -smooth \n\ +- GL: carousel -root \n\ + GL: fliptext -root \n\ +- xdaliclock -root -builtin3 -cycle \n\ +- default-n: xearth -nofork -nostars -ncolors 50 \ + -night 3 -wait 0 -timewarp 400.0 -pos \ + sunrel/38/-30 \n\ +- xplanet -vroot -wait 1 -timewarp 90000 \ + -label -origin moon \n\ +- xmountains -b -M -Z 0 -r 1 \n\ +- "XMountains (top)" xmountains -b -M -Z 0 -r 1 -m \n\ +- xaos -root -autopilot -nogui -delay 10000 \ + -maxframerate 30 -incoloring -1 \ + -outcoloring -1 \n\ +- xfishtank -d -s \n\ +- xsnow \n\ +- goban -root \n\ +- electricsheep \n\ +- cosmos -root \n\ +- GL: sphereEversion --root \n\ +- GL: fireflies -root \n\ + + +pointerPollTime: 0:00:05 +pointerHysteresis: 10 +windowCreationTimeout:0:00:30 +initialDelay: 0:00:00 +sgiSaverExtension: True +xidleExtension: True +GetViewPortIsFullOfLies:False +procInterrupts: True +overlayStderr: True + diff --git a/.xsession b/.xsession new file mode 100644 index 0000000..ac39605 --- /dev/null +++ b/.xsession @@ -0,0 +1,58 @@ +LANG="en_US.UTF-8" +export LANG + +HOSTNAME=$(hostname) + +if [ -d ~/tmp ]; then + export TMPDIR=$(echo ~/tmp) +fi; + +if [ "$HOSTNAME" == "archimedes" ]; then + xmodmap -e 'keycode 158 = XF86AudioRaiseVolume' + xmodmap -e 'keycode 146 = XF86AudioLowerVolume' + xmodmap -e 'keysym Super_L = Multi_key' + xset r rate 170 40 +fi; + +if [ -e ~/.Xresources_$HOSTNAME ]; then + xrdb -merge < ~/.Xresources_$HOSTNAME; +fi; + +if [ -e ~/.xsession_$HOSTNAME ]; then + . ~/.xsession_$HOSTNAME +fi; + + +if [ -x /usr/bin/gkrellm ]; then + /usr/bin/gkrellm & +fi + +if [ -x /usr/bin/xmms ]; then + /usr/bin/xmms & +fi + +if [ -x /usr/bin/xsetbg ]; then + if [ "$(hostname)" == "archimedes" ] && [ -r /home/don/pictures/dh-demon_tag.jpg ]; then + /usr/bin/xsetbg -zoom 125 -fit -center -border gray17 /home/don/pictures/dh-demon_tag.jpg + fi; +fi; + +if [ -x /usr/bin/xscreensaver -a -e ~/.xscreensaver ]; then + /usr/bin/xscreensaver & +fi; + +#if [ -x /usr/bin/ion3 ]; then +# exec /usr/bin/ion3; +#el +if [ -x /usr/bin/openbox ]; then + exec /usr/bin/openbox; +elif [ -x /usr/bin/rxvt ]; then + exec /usr/bin/rxvt; +elif [ -x /usr/bin/rxvt-unicode ]; then + exec /usr/bin/rxvt-unicode; +elif [ -x /usr/bin/xterm ]; then + exec /usr/bin/xterm; +else + # we're screwed. + sleep 2s; +fi; diff --git a/.xsession_archimedes b/.xsession_archimedes new file mode 100644 index 0000000..90398c0 --- /dev/null +++ b/.xsession_archimedes @@ -0,0 +1,14 @@ +#-*- mode: sh; -*- +HOSTNAME=$(hostname) + +xmodmap -e 'keycode 158 = XF86AudioRaiseVolume' +xmodmap -e 'keycode 146 = XF86AudioLowerVolume' +xmodmap -e 'keysym Super_L = Multi_key' +xset r rate 170 40 + +#Red 1.300, Green 1.300, Blue 1.150 +xgamma -rgamma 1.3 -ggamma 1.3 -bgamma 1.15 + +if [ -x /usr/bin/xsetbg ] && [ -r /home/don/pictures/dh-demon_tag.jpg ]; then + /usr/bin/xsetbg -zoom 125 -fit -center -border gray17 /home/don/pictures/dh-demon_tag.jpg +fi; diff --git a/.xsession_volo b/.xsession_volo new file mode 100644 index 0000000..7b30865 --- /dev/null +++ b/.xsession_volo @@ -0,0 +1,30 @@ +#-*- mode: sh; -*- +HOSTNAME=$(hostname) + +xmodmap -e 'keycode 115 = Multi_key' +# Return to sane autokey rates (not glacially slow ones) +xset r rate 250 35 +xmodmap -e 'keysym Alt_L = Meta_L' +# xmodmap -e 'clear control' +# xmodmap -e 'add control = Control_L' +# xmodmap -e 'add mod3 = Control_R' + +if [ -x /usr/bin/synclient ]; then + synclient RTCornerButton=0 \ + RBCornerButton=0 \ + LTCornerButton=0 \ + LockedDrags=1 \ + RightEdge=1500; +fi; + +if [ -x /usr/bin/syndaemon ]; then + syndaemon -i 1 -t -d +fi; + +if [ -x /usr/bin/gtkpbbuttons ]; then + gtkpbbuttons -t Crystal -d; +fi; + +if [ -x /usr/bin/feh ] && [ -r /home/don/media/pictures/shards_of_aleysa.jpg ]; then + /usr/bin/feh --bg-scale /home/don/media/pictures/shards_of_aleysa.jpg +fi; diff --git a/.xsession_xieana b/.xsession_xieana new file mode 100644 index 0000000..915a3e0 --- /dev/null +++ b/.xsession_xieana @@ -0,0 +1,11 @@ +#-*- mode: sh; -*- +HOSTNAME=$(hostname) + +xmodmap -e 'keycode 115 = Multi_key' +# Return to sane autokey rates (not glacially slow ones) +xset r rate 250 35 +xmodmap -e 'keysym Alt_L = Meta_L' + +if [ -x /usr/bin/xsetbg ] && [ -r /home/don/media/pictures/maya_natsume_background.jpg ]; then + /usr/bin/xsetbg /home/don/media/pictures/maya_natsume_background.jpg +fi;