summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorben <benjaminfranzke@googlemail.com>2010-02-25 22:20:18 +0100
committerben <benjaminfranzke@googlemail.com>2010-02-25 22:20:18 +0100
commitcef1e8043dae416cdb55a82f3cf38b42dce446d7 (patch)
tree2bea21520775c734aeb5721abe69f11d89867348 /.config
parent1e65b5ba40ad720145fae39daf1db3bb652ed0a9 (diff)
downloaddotfiles-cef1e8043dae416cdb55a82f3cf38b42dce446d7.tar.gz
dotfiles-cef1e8043dae416cdb55a82f3cf38b42dce446d7.tar.bz2
dotfiles-cef1e8043dae416cdb55a82f3cf38b42dce446d7.zip
split Xdefaults and store in ~/.config
notes: the splitted configs are merged by xinitrc when the server starts using xrdb -merge ..
Diffstat (limited to '.config')
-rw-r--r--.config/rxvt-unicode/rxvt-unicode.xdefaults112
-rw-r--r--.config/xresources/cursor.xdefaults3
-rw-r--r--.config/xresources/font.xdefaults3
-rw-r--r--.config/xresources/xclock.xdefaults5
-rw-r--r--.config/xresources/xpdf.xdefaults6
-rw-r--r--.config/xresources/xscreensaver.xdefaults28
-rw-r--r--.config/xresources/xterm.xdefaults2
7 files changed, 159 insertions, 0 deletions
diff --git a/.config/rxvt-unicode/rxvt-unicode.xdefaults b/.config/rxvt-unicode/rxvt-unicode.xdefaults
new file mode 100644
index 0000000..264827d
--- /dev/null
+++ b/.config/rxvt-unicode/rxvt-unicode.xdefaults
@@ -0,0 +1,112 @@
+! Terminal Colors !
+
+! Black
+!*color0: #2E3436
+urxvt*color0: rgba:1000/1000/1000/faff
+!urxvt*color8: #555753
+urxvt*color8: rgb:55/57/53
+
+! Red
+!*color1: #cc0000
+!*color9: #ef2929
+urxvt*color1: rgb:cc/00/00
+urxvt*color9: rgb:ef/29/29
+! Green
+!!*color2: #73d216
+!*color2: #4E9A06
+!*color10: #8ae234
+urxvt*color2: rgb:4e/9a/06
+urxvt*color10: rgb:8a/e2/34
+! Yellow
+!*color3: #c4a000
+!*color11: #FCE94F
+urxvt*color3: rgb:c4/a0/00
+urxvt*color11: rgb:fc/e9/4f
+! Blue
+!*color4: #3465A4
+!*color12: #204a87
+urxvt*color4: rgb:34/65/A4
+urxvt*color12: rgb:20/4a/87
+! Purple
+!*color5: #75507b
+!*color13: #5c3566
+urxvt*color5: rgb:75/50/7b
+urxvt*color13: rgb:5c/35/66
+
+! Cyan
+!*color6: #06989A
+!*color14: #34e2e2
+urxvt*color6: rgb:06/98/9a
+urxvt*color14: rgb:34/e2/e2
+
+! White
+!*color7: #d3d7cf
+!*color15: #eeeeec
+urxvt*color7: rgb:d3/d7/cf
+urxvt*color15: rgb:ee/ee/ec
+
+!urxvt*borderLess: true
+urxvt*foreground: rgb:ee/ee/ec
+
+urxvt*background: rgba:1000/1000/1000/faff
+urxvt*borderColor: rgba:1000/1000/1000/faff
+urxvt*dynamicColors: on
+
+!! OH MAN THIS SLOWS SO MUCH DOWN WITH RADEON!
+!!urxvt*depth: 32
+urxvt*depth: 24
+! Orange
+!urxvt*cursorColor: [95]#f57900
+urxvt*cursorColor: rgba:f500/7900/0000/faff
+!green
+!urxvt*scrollColor: #d43210
+!urxvt*scrollColor: [95]#100909
+!
+!urxvt*scrollColor: [95]#2e3436
+urxvt*scrollColor: rgba:2e00/3400/3600/faff
+
+urxvt*fading: 10
+urxvt*fadeColor: black
+!urxvt*font: xft:Bitstream Vera Sans Mono:size=9:autohinting=true
+urxvt*font: xft:DejaVu Sans Mono:pixelsize=10:autohinting=true
+urxvt*boldFont: xft:DejaVu Sans Mono:pixelsize=10:autohinting=true
+
+!urxvt*font: xft:terminus:pixelsize=6
+urxvt*saveLines: 8192
+!urxvt*geometry: 60x17
+urxvt*geometry: 80x22
+!urxvt*geometry: 90x25
+!80x24
+urxvt*perl-lib: /usr/lib/urxvt/perl/
+urxvt*perl-ext-common: default,matcher,selection
+!,mark-yank-urls
+urxvt*urlLauncher: firefox
+urxvt*underlineUrls: true
+urxvt*matcher.button: 2
+urxvt*cutchars: `'",;@&*=|?()<>[]{}
+
+URxvt.tabbed.tabbar-fg: 15
+URxvt.tabbed.tabbar-bg: 0
+
+URxvt.tabbed.tab-fg: 15
+URxvt.tabbed.tab-bg: 12
+
+urxvt*scrollBar: true
+urxvt*scrollstyle: plain
+urxvt*scrollBar_right: true
+urxvt.secondaryScroll: true
+
+!urxvt*color0: [95]#101010
+!*color0: [95]#101010
+!*color0: #101010
+!*color0: rgb:10/10/10
+!*color0: #101010
+
+!urxvt*color4: #6699CC
+!urxvt*color12: #3366FF
+
+!urxvt*keysym.M-u: perl:mark-yank-urls:activate_mark_mode
+
+! colours for tab
+!urxvt*color8: [95]#050505
+!urxvt*color15: #DDDDDD
diff --git a/.config/xresources/cursor.xdefaults b/.config/xresources/cursor.xdefaults
new file mode 100644
index 0000000..5b87712
--- /dev/null
+++ b/.config/xresources/cursor.xdefaults
@@ -0,0 +1,3 @@
+! Cursour Settings !
+Xcursor*theme: Vanilla-DMZ
+Xcursor.size: 22
diff --git a/.config/xresources/font.xdefaults b/.config/xresources/font.xdefaults
new file mode 100644
index 0000000..617520f
--- /dev/null
+++ b/.config/xresources/font.xdefaults
@@ -0,0 +1,3 @@
+! Xft Settings !
+Xft.dpi: 96.0
+Xft.antialias: true
diff --git a/.config/xresources/xclock.xdefaults b/.config/xresources/xclock.xdefaults
new file mode 100644
index 0000000..8fdcab0
--- /dev/null
+++ b/.config/xresources/xclock.xdefaults
@@ -0,0 +1,5 @@
+xclock*analog: false
+xclock*update: 1
+! update every 1 sec
+xclock*Foreground: white
+xclock*background: black
diff --git a/.config/xresources/xpdf.xdefaults b/.config/xresources/xpdf.xdefaults
new file mode 100644
index 0000000..a8daea7
--- /dev/null
+++ b/.config/xresources/xpdf.xdefaults
@@ -0,0 +1,6 @@
+xpdf*enableFreetype: yes
+xpdf*antialias: yes
+xpdf*foreground: white
+xpdf*background: black
+xpdf*urlCommand: /usr/bin/firefox %s
+xpdf*viKeys: on
diff --git a/.config/xresources/xscreensaver.xdefaults b/.config/xresources/xscreensaver.xdefaults
new file mode 100644
index 0000000..70f50ab
--- /dev/null
+++ b/.config/xresources/xscreensaver.xdefaults
@@ -0,0 +1,28 @@
+!font settings
+xscreensaver.Dialog.headingFont: -*-fixed-bold-r-*-*-*-100-*-*-*-*-iso8859-1
+xscreensaver.Dialog.bodyFont: -*-fixed-medium-r-*-*-*-120-*-*-*-*-iso8859-1
+xscreensaver.Dialog.labelFont: -*-fixed-medium-r-*-*-*-120-*-*-*-*-iso8859-1
+xscreensaver.Dialog.unameFont: -*-fixed-medium-r-*-*-*-120-*-*-*-*-iso8859-1
+xscreensaver.Dialog.buttonFont: -*-fixed-bold-r-*-*-*-120-*-*-*-*-iso8859-1
+xscreensaver.Dialog.dateFont: -*-fixed-medium-r-*-*-*-100-*-*-*-*-iso8859-1
+xscreensaver.passwd.passwdFont: -*-fixed-bold-r-*-*-*-100-*-*-*-*-iso8859-1
+!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
+! shado thickness - must be > zero
+!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
diff --git a/.config/xresources/xterm.xdefaults b/.config/xresources/xterm.xdefaults
new file mode 100644
index 0000000..3d92b6d
--- /dev/null
+++ b/.config/xresources/xterm.xdefaults
@@ -0,0 +1,2 @@
+xterm*foreground: white
+xterm*background: black