diff options
Diffstat (limited to 'rxvt')
-rw-r--r-- | rxvt/.urxvt/urxvt.conf | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/rxvt/.urxvt/urxvt.conf b/rxvt/.urxvt/urxvt.conf index 368d784..5309e8e 100644 --- a/rxvt/.urxvt/urxvt.conf +++ b/rxvt/.urxvt/urxvt.conf @@ -66,13 +66,12 @@ urxvt.cursorColor : _cursorColor !urxvt.fading: 50 -!#define transparency +#define transparency #ifdef transparency URxvt*depth: 32 - urxvt.shading: 15 - urxvt.background: [85]_background + URxvt*background: [85]_background #else - urxvt.background : _background - urxvt.shading: 15 - urxvt*transparent: true + URxvt*background : _background + !URxvt*transparent: true + !URxvt*shading: 15 #endif |