diff options
author | Urbain Vaes <urbain@vaes.uk> | 2018-03-07 20:02:00 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2018-03-07 20:02:00 +0000 |
commit | b0b11a1d6b0280c012c750dcaa9bb5d1b7160c12 (patch) | |
tree | eb409cdfeb20f78f67e0d53678889d544b67da05 /Xresources/.Xresources/transparent | |
parent | 2766ffb0a6bf3af276e88544602100e06d1cf1e9 (diff) |
Make Xresources work independently of host name
Diffstat (limited to 'Xresources/.Xresources/transparent')
-rw-r--r-- | Xresources/.Xresources/transparent | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Xresources/.Xresources/transparent b/Xresources/.Xresources/transparent index 5f72f38..2778707 100644 --- a/Xresources/.Xresources/transparent +++ b/Xresources/.Xresources/transparent @@ -1,5 +1,5 @@ -#include "/home/urbain/.Xresources/base" +#include "nord" ! True transparency URxvt.transparent: true -URxvt.shading: 10 +URxvt.shading: 40 |