From e3fd45703267ce67d8b1e1fb53a4a1b4ccda551e Mon Sep 17 00:00:00 2001 From: Rasmus Steinke Date: Sat, 11 Aug 2012 02:34:40 +0200 Subject: Xdefaults --- .Xdefaults | 1 + .Xresources | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 55 insertions(+) create mode 120000 .Xdefaults create mode 100644 .Xresources diff --git a/.Xdefaults b/.Xdefaults new file mode 120000 index 0000000..70e956f --- /dev/null +++ b/.Xdefaults @@ -0,0 +1 @@ +.Xresources \ No newline at end of file diff --git a/.Xresources b/.Xresources new file mode 100644 index 0000000..2b4afe1 --- /dev/null +++ b/.Xresources @@ -0,0 +1,54 @@ +#include "/home/carnager/.colors/bl1nk" + +!URxvt*depth: 32 +!URxvt*background: rgba:ff22/ffff/ff11/00ff +!URxvt*shading: 20 +!URxvt*fading:true +!URxvt*tint: black +!URxvt*transparent:true +!URxvt*InheritPixmap:true + +URxvt*highlightColor: #a761c2 +URxvt*highlightTextColor: #151515 + +URxvt.cursorColor: #ff8939 +URxvt.cursorColor2: #151515 +URxvt.borderColor: #151515 +URxvt*underlineColor: #333333 + +! font preference +URxvt*font: xft:Envy Code R:pixelsize=13 +URxvt*boldFont: xft:Envy Code R:bold:pixelsize=13 + +URxvt*geometry: 150x35 +URxvt*scrollBar: false +URxvt*secondaryScroll: true + +URxvt*perl-lib: /usr/lib/urxvt/perl/ +URxvt*matcher.button: 1 +URxvt.perl-ext-common: default,url-select,matcher +URxvt.keysym.M-u: perl:url-select:select_next +URxvt.urlLauncher: /usr/bin/ff +URxvt.underlineURLs: true + + + +! -- Dzen settings -- ! +dzen2.font:envy code r:medium:size=11 +dzen2.foreground:#899CA1 +dzen2.background:#1A1A1A + +*urgentOnBell: true +!Xft.dpi: 96 +!Xft.antialias: true +!Xft.rgba: rgba +!Xft.hinting: true +!Xft.hintstyle: hintslight + +yeahconsole*term: urxvt +yeahconsole*consoleHeight: 20 +yeahconsole*toggleKey: Win+F10 +yeahconsole*keyFull: Win+F11 +yeahconsole*aniDelay: 1 +yeahconsole*stepSize: 2 +yeahconsole*restart: 1 -- cgit v1.2.3-24-g4f1b