From 03536fd604c6e6722eded93569bdf6bd368ffafd Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Wed, 17 Oct 2018 11:26:03 +0100 Subject: Remove transparency from config --- X/.Xresources | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/X/.Xresources b/X/.Xresources index 0f2de8f..d96894b 100644 --- a/X/.Xresources +++ b/X/.Xresources @@ -68,17 +68,17 @@ URxvt*scrollBar_floating: false ! URxvt*thickness: number ! Turn on/off pseudo-transparency by using the root pixmap as background -URxvt*transparent: true +!URxvt*transparent: true ! Tint the transparent background with the given colour. Note that a black tint yields a completely black image while a white tint yields the image unchanged. ! URxvt*tintColor: white ! Darken (0 .. 99) or lighten (101 .. 200) the transparent background. A value of 100 means no shading -URxvt*shading: 80 +!URxvt*shading: 80 ! Apply gaussian blur with the specified radius to the transparent background. If a single number is specified, the vertical and horizontal radii are considered to be the same. ! Setting one of the radii to 1 and the other to a large number creates interesting effects on some backgrounds. The maximum radius value is 128. An horizontal or vertical radius of 0 disables blur -URxvt*blurRadius: 30 +!URxvt*blurRadius: 30 ! Fade the text by the given percentage when focus is lost !URxvt*fading: 20 -- cgit