Add separate URxvt config file

This commit is contained in:
Tom Willemse 2015-11-30 00:19:09 +01:00
parent 3614c4581b
commit e48fdb676d
2 changed files with 4 additions and 1 deletions

View file

@ -1,7 +1,7 @@
#define backgroundColor #111111 #define backgroundColor #111111
#define foregroundColor #bfbfbf #define foregroundColor #bfbfbf
urxvt.internalBorder: 0 #include ".config/Xresources/URxvt.conf"
urxvt.loginShell: true urxvt.loginShell: true
urxvt.scrollBar: false urxvt.scrollBar: false

View file

@ -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