summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
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