From 5c6cd059e8395d7f24d4b199e59c8c2f562dc438 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 3 Nov 2013 21:21:21 +0100 Subject: New stow hierarchy --- x11/.Xdefaults | 97 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 x11/.Xdefaults (limited to 'x11/.Xdefaults') diff --git a/x11/.Xdefaults b/x11/.Xdefaults new file mode 100644 index 0000000..ffa38c6 --- /dev/null +++ b/x11/.Xdefaults @@ -0,0 +1,97 @@ +urxvt.internalBorder: 0 + +urxvt.loginShell: true +urxvt.scrollBar: false +urxvt.secondaryScroll: true +urxvt.saveLines: 65535 +urxvt.cursorBlink: false +urxvt.cursorUnderline: true +urxvt.urgentOnBell: true +urxvt.termName: rxvt-256color +urxvt.visualBell: false + +urxvt.perl-lib: /usr/lib/urxvt/perl/ +urxvt.perl-ext-common: default,url-select,keyboard-select +urxvt.urlLauncher: conkeror +urxvt.url-select.launcher: conkeror +urxvt.matcher.button: 1 +urxvt.keysym.M-Escape: perl:keyboard-select:activate +urxvt.keysym.M-s: perl:keyboard-select:search + +urxvt.keysym.M-u: perl:url-select:select_next + +urxvt.font: xft:Envy Code R:weight=medium:pixelsize=16 +urxvt.boldFont: xft:Envy Code R:weight=bold:pixelsize=16 +urxvt.italicFont: xft:Envy Code R:slant=italic:pixelsize=16 + +urxvt.depth: 32 +urxvt.background: #111111 +urxvt.foreground: #bfbfbf + +urxvt.color0: #111111 +urxvt.color8: #3d3d3d + +urxvt.color1: #a87e7e +urxvt.color9: #a82a2a + +urxvt.color2: #87a87e +urxvt.color10: #43a82a + +urxvt.color3: #a0a87e +urxvt.color11: #bfa82a + +urxvt.color4: #7e8fa8 +urxvt.color12: #2a5da8 + +urxvt.color5: #a07ea8 +urxvt.color13: #8f2aa8 + +urxvt.color6: #7ea8a8 +urxvt.color14: #2aa8a8 + +urxvt.color7: #969696 +urxvt.color15: #ededed + +Xft.antialias: true +Xft.rgba: rgb +Xft.hinting: true +Xft.hintstyle: hintslight + +! Emacs.font: DejaVu Sans Mono:weight=medium:pixelsize=18 +Emacs.menuBar: off +Emacs.toolbar: off +Emacs.useXIM: off +Emacs.background: #111113 +Emacs.borderWidth: 0 +Emacs.font: Envy Code R-13 +Emacs.foreground: #eeeeec +Emacs.internalBorder: 0 +Emacs.paneFont: Envy Code R-13 +Emacs.pointerColor: #eeeeec +Emacs*menu*font: Envy Code R-13 +Emacs*menu*foreground: #eeeeec +Emacs*menu*background: #222224 +Emacs*menu*buttonForeground: #a5a5a4 +Emacs*menu*verticalSpacing: 0 +Emacs*menu*shadowThickness: 1 +Emacs*menu*margin: 0 +Emacs.pane.menubar.translations: #override\ + Ctrl n: down()\n\ + Ctrl p: up()\n\ + Ctrl f: right()\n\ + Ctrl b: left()\n\ + +xfontsel.sampleText: \ +static void print_sample_message(XWindow *win) {\n\ + win.label->text = "Sample text 0123456789"\n\ +} + +xfontsel.sampleText16: \ +static void print_sample_message(XWindow *win) {\n\ + win.label->text = "Sample text 0123456789"\n\ +} + +xfontsel.sampleTextUCS: \ +static void print_sample_message(XWindow *win) {\n\ + win.label->text = "Sample text 0123456789"\n\ +} -- cgit v1.2.3-54-g00ecf