From e48fdb676d254642db2869c7f63d8b2525765e46 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 30 Nov 2015 00:19:09 +0100 Subject: [PATCH] Add separate URxvt config file --- x11/.Xdefaults | 2 +- x11/.config/Xresources/URxvt.conf | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 x11/.config/Xresources/URxvt.conf diff --git a/x11/.Xdefaults b/x11/.Xdefaults index 7b098ea..b2f570f 100644 --- a/x11/.Xdefaults +++ b/x11/.Xdefaults @@ -1,7 +1,7 @@ #define backgroundColor #111111 #define foregroundColor #bfbfbf -urxvt.internalBorder: 0 +#include ".config/Xresources/URxvt.conf" urxvt.loginShell: true urxvt.scrollBar: false diff --git a/x11/.config/Xresources/URxvt.conf b/x11/.config/Xresources/URxvt.conf new file mode 100644 index 0000000..d8e2687 --- /dev/null +++ b/x11/.config/Xresources/URxvt.conf @@ -0,0 +1,3 @@ +! Instead of having the window manager add a border, add an internal +! border to Rxvt Unicode, for style! +urxvt.internalBorder: 15