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