Add separate URxvt config file
This commit is contained in:
parent
3614c4581b
commit
e48fdb676d
2 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#define backgroundColor #111111
|
||||
#define foregroundColor #bfbfbf
|
||||
|
||||
urxvt.internalBorder: 0
|
||||
#include ".config/Xresources/URxvt.conf"
|
||||
|
||||
urxvt.loginShell: true
|
||||
urxvt.scrollBar: false
|
||||
|
|
3
x11/.config/Xresources/URxvt.conf
Normal file
3
x11/.config/Xresources/URxvt.conf
Normal 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
|
Loading…
Reference in a new issue