summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-11-30 00:19:09 +0100
committerGravatar Tom Willemse2015-11-30 00:19:09 +0100
commite48fdb676d254642db2869c7f63d8b2525765e46 (patch)
tree4ce62e9c7a082a89a8677ba98d9d7562a506927c /x11
parent3614c4581b638dbe906d92cfbc5b02d3d30b62a1 (diff)
downloaddotfiles-e48fdb676d254642db2869c7f63d8b2525765e46.tar.gz
dotfiles-e48fdb676d254642db2869c7f63d8b2525765e46.zip
Add separate URxvt config file
Diffstat (limited to 'x11')
-rw-r--r--x11/.Xdefaults2
-rw-r--r--x11/.config/Xresources/URxvt.conf3
2 files changed, 4 insertions, 1 deletions
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