dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 3b246fdafc4cc456347047b74525fa38fbc600e2
parent 3e03e39bf756227117bea17b2dac265296059646
Author: Anders Damsgaard <adc@geo.au.dk>
Date:   Sun,  4 Nov 2012 09:54:00 +0100

Added Xdefaults

Diffstat:
A.Xdefaults | 97+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 97 insertions(+), 0 deletions(-)

diff --git a/.Xdefaults b/.Xdefaults @@ -0,0 +1,97 @@ +! Xcursor -------------------------------------------------------------------- +Xcursor.theme: Vanilla-DMZ-AA +Xcursor.size: 22 + +! terminal colors ------------------------------------------------------------ +xterm*background: black +xterm*foreground: white + +! xterm ---------------------------------------------------------------------- +xterm*geometry: 80x25 +xterm*faceName: terminus:bold:pixelsize=11 +!!xterm*font: -*-dina-medium-r-*-*-16-*-*-*-*-*-*-* +xterm*dynamicColors: true +!xterm*utf8: 1 + +xterm*utf8: 1 +!!xterm*metaSendsEscape: true +!!xterm*eightBitInput: false +!!xterm*eightBitControl: false +!!xterm*eightBitOutput: true + +!xterm*utf8: 2 +xterm*eightBitInput: true + +xterm*saveLines: 512 +xterm*scrollKey: true +xterm*scrollTtyOutput: false +!xterm*scrollBar: true +mxterm*rightScrollBar: true +xterm*jumpScroll: true +xterm*multiScroll: true +xterm*toolBar: false + +! xpdf ----------------------------------------------------------------------- +xpdf*enableFreetype: yes +xpdf*antialias: yes +xpdf*foreground: black +xpdf*background: white +xpdf*matteColor: gray +xpdf*urlCommand: /usr/bin/uzbl %s + +! rxvt-unicode --------------------------------------------------------------- +URxvt.transparent: true +! URxvt.shading: 0 to 99 darkens, 101 to 200 lightens +URxvt.shading: 20 +! scrollbar style - rxvt (default), plain (most compact), next, or xterm +!URxvt.scrollstyle: rxvt +URxvt.internalBorder: 1 +!URxvt.loginShell: true +URxvt.scrollBar: off +!URxvt.font: 7x13euro +URxvt.font: 7x13 +! tabs and clickable URLs +!URxvt.perl-ext-common: default,tabbed,matcher +URxvt.urlLauncher: /usr/bin/uzbl +URxvt.matcher.button: 1 +! tab colors +URxvt.tabbed.tabbar-fg: 2 +URxvt.tabbed.tabbar-bg: 0 +URxvt.tabbed.tab-fg: 3 +URxvt.tabbed.tab-bg: 0 +! colors +URxvt.foreground: White +URxvt.background: Black +URxvt.saveLines: 1024 +URxvt.meta8: True +URxvt.modifier: alt +urxvt*termName: rxvt + +! xscreensaver --------------------------------------------------------------- +!font settings +xscreensaver.Dialog.headingFont: -*-dina-bold-r-*-*-12-*-*-*-*-*-*-* +xscreensaver.Dialog.bodyFont: -*-dina-medium-r-*-*-12-*-*-*-*-*-*-* +xscreensaver.Dialog.labelFont: -*-dina-medium-r-*-*-12-*-*-*-*-*-*-* +xscreensaver.Dialog.unameFont: -*-dina-medium-r-*-*-12-*-*-*-*-*-*-* +xscreensaver.Dialog.buttonFont: -*-dina-bold-r-*-*-12-*-*-*-*-*-*-* +xscreensaver.Dialog.dateFont: -*-dina-medium-r-*-*-12-*-*-*-*-*-*-* +xscreensaver.passwd.passwdFont: -*-dina-bold-r-*-*-12-*-*-*-*-*-*-* +!general dialog box (affects main hostname, username, password text) +xscreensaver.Dialog.foreground: #ffffff +xscreensaver.Dialog.background: #111111 +xscreensaver.Dialog.topShadowColor: #111111 +xscreensaver.Dialog.bottomShadowColor: #111111 +xscreensaver.Dialog.Button.foreground: #666666 +xscreensaver.Dialog.Button.background: #ffffff +!username/password input box and date text colour +xscreensaver.Dialog.text.foreground: #666666 +xscreensaver.Dialog.text.background: #ffffff +xscreensaver.Dialog.internalBorderWidth:24 +xscreensaver.Dialog.borderWidth: 20 +xscreensaver.Dialog.shadowThickness: 2 +!timeout bar (background is actually determined by Dialog.text.background) +xscreensaver.passwd.thermometer.foreground: #ff0000 +xscreensaver.passwd.thermometer.background: #000000 +xscreensaver.passwd.thermometer.width: 8 +!datestamp format--see the strftime(3) manual page for details +xscreensaver.dateFormat: %I:%M%P %a %b %d, %Y