From 149a670a1a6fd9e52035aed1a853a38d5ee14686 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Sun, 3 Jan 2010 12:50:44 +0100 Subject: Initial commit of xssesion configuration --- .Xdefaults | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 .Xdefaults diff --git a/.Xdefaults b/.Xdefaults new file mode 100644 index 0000000..0ea099e --- /dev/null +++ b/.Xdefaults @@ -0,0 +1,62 @@ +! use xft for drawing fonts +urxvt.font: xft:Bitstream Vera Sans Mono-10 +urxvt.background: black +urxvt.foreground: white +! make a scrollbar that's nearly black +urxvt*scrollBar: true +urxvt*scrollBar_floating: true +urxvt*scrollBar_right: false +urxvt*scrollColor: #202020 +urxvt*termName: xterm +urxvt*urllauncher: iceweasel +! matcher.button # 3 is a right-click +urxvt*matcher.button: 3 +urxvt*saveLines: 8192 +urxvt.perl-ext-common: default,matcher,tabbed +! black +urxvt*color0: #222222 +urxvt*color8: #666666 +! red +urxvt*color1: #AA0000 +urxvt*color9: #FF5555 +! green +urxvt*color2: #00AA00 +urxvt*color10: #55FF55 +! yellow +urxvt*color3: #AA5500 +urxvt*color11: #ffff99 +! blue +urxvt*color4: #0000AA +urxvt*color12: #6666FF +! magenta +urxvt*color5: #993399 +urxvt*color13: #ff99ff +! cyan +urxvt*color6: #00AAAA +urxvt*color14: #55FFFF +! white +urxvt*color7: #AAAAAA +urxvt*color15: #FFFFFF + +urxvt*cursorColor: #d8d8d8 + +urxvt*geometry: 110x38 + +aterm*background: black +aterm*foreground: grey +aterm*borderColor: white +aterm*geometry: 110x38 +aterm*saveLines: 1024 +aterm*scrollBar: false +aterm*font: -misc-fixed-medium-r-normal-*-12-*-*-*-*-*-*-* +aterm*boldFont: -misc-fixed-bold-r-normal-*-12-*-*-*-*-*-*-* + +XTerm*background: black +XTerm*foreground: grey +XTerm*borderColor: white +XTerm*geometry: 110x36 +XTerm*font: -misc-fixed-medium-r-normal-*-12-*-*-*-*-*-*-* + +XLock.mode: blank +XLock.font: -misc-fixed-medium-r-normal-*-12-*-*-*-*-*-*-* + -- cgit v1.2.3-54-g00ecf 9c795b1fbefc9d8f058b54717ab8ab17891'>treecommitdiff
path: root/firmware/tehuti
AgeCommit message (Expand)AuthorFilesLines