From 281adcda20ee3b0d65a416dfb0d6a0d1413dc1be Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 15 Oct 2012 20:13:58 -0400 Subject: move the X11 config files to .config/X11, add a serverrc file remove extra newline from .config/X11/login --- .Xdefaults | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) mode change 100644 => 120000 .Xdefaults (limited to '.Xdefaults') diff --git a/.Xdefaults b/.Xdefaults deleted file mode 100644 index ceabc5c..0000000 --- a/.Xdefaults +++ /dev/null @@ -1,18 +0,0 @@ -URxvt.background: #000000 -URxvt.foreground: #CCCCCC - -URxvt.scrollstyle: plain -URxvt.scrollBar_floating: true - -URxvt.font: xft:Monospace-8 -URxvt.cursorBlink: true -URxvt.termName: xterm-256color -URxvt.pastableTabs: true - -URxvt.scrollTtyOutput: false -URxvt.scrollTtyKeypress: false -URxvt.scrollWithBuffer: true - -URxvt.perl-ext-common: default,matcher -URxvt.urlLauncher: v-www-browser -URxvt.matcher.button: 1 diff --git a/.Xdefaults b/.Xdefaults new file mode 120000 index 0000000..7588317 --- /dev/null +++ b/.Xdefaults @@ -0,0 +1 @@ +.config/X11/defaults \ No newline at end of file -- cgit v1.2.3-54-g00ecf