From 57a8d8360c85528fb477e76ef1a5f2eeb151be14 Mon Sep 17 00:00:00 2001 From: McSinyx Date: Wed, 18 May 2016 14:25:25 +0700 Subject: Initial commit --- X/.Xdefaults | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 X/.Xdefaults (limited to 'X/.Xdefaults') diff --git a/X/.Xdefaults b/X/.Xdefaults new file mode 100644 index 0000000..9afcfd6 --- /dev/null +++ b/X/.Xdefaults @@ -0,0 +1,73 @@ +! URxvt configs +! General +!urxvt*termName: rxvt-256color +urxvt*loginShell: true +urxvt*scrollBar: false +urxvt*secondaryScroll: true +urxvt*saveLines: 65535 +urxvt*cursorBlink: false +urxvt*urgentOnBell: true +!urxvt*override-redirect:false +!urxvt*borderLess: false +!urxvt*internalBorder: 0 +!urxvt*externalBorder: 0 + +! Extensions +urxvt*perl-lib: /usr/lib/urxvt/perl/ +urxvt*perl-ext-common: default,matcher,searchable-scrollback +urxvt*urlLauncher: /usr/bin/firefox +urxvt*matcher.button: 1 +! - catch ugly URLs +urxvt.cutchars: `()'*<>[]{|}" + +! Appearance +! - use xft for drawing fonts +urxvt.font: xft:Droid Sans Mono Slashed:size=11 +urxvt.letterSpace: -1 +! - cursor +!urxvt*cursorColor: #DCDCCC +! - color scheme +urxvt.background: #282828 +urxvt.foreground: #ebdbb2 +urxvt*color0: #282828 +urxvt*color1: #cc241d +urxvt*color2: #98971a +urxvt*color3: #d79921 +urxvt*color4: #458588 +urxvt*color5: #b16286 +urxvt*color6: #689d6a +urxvt*color7: #a89984 +urxvt*color8: #928374 +urxvt*color9: #fb4934 +urxvt*color10: #b8bb26 +urxvt*color11: #fabd2f +urxvt*color12: #83a598 +urxvt*color13: #d3869b +urxvt*color14: #8ec07c +urxvt*color15: #ebdbb2 + +! XTerm configs +UXTerm*faceName: Droid Sans Mono Slashed:size=11 +UXTerm*background: #282828 +UXTerm*foreground: #ebdbb2 +UXTerm*color0: #282828 +UXTerm*color1: #cc241d +UXTerm*color2: #98971a +UXTerm*color3: #d79921 +UXTerm*color4: #458588 +UXTerm*color5: #b16286 +UXTerm*color6: #689d6a +UXTerm*color7: #a89984 +UXTerm*color8: #928374 +UXTerm*color9: #fb4934 +UXTerm*color10: #b8bb26 +UXTerm*color11: #fabd2f +UXTerm*color12: #83a598 +UXTerm*color13: #d3869b +UXTerm*color14: #8ec07c +UXTerm*color15: #ebdbb2 +UXTerm*loginShell: true +UXTerm*scrollBar: false +UXTerm*saveLines: 65535 +UXTerm*cursorBlink: false +UXTerm*jumpScroll: true -- cgit 1.4.1