aboutsummaryrefslogtreecommitdiffstats
path: root/X
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-10-17 11:26:03 +0100
committerYann Herklotz <ymherklotz@gmail.com>2018-10-17 11:26:03 +0100
commit03536fd604c6e6722eded93569bdf6bd368ffafd (patch)
tree03170d7fbadae0d98567418f4f4cc5d3550f13f7 /X
parentda2753e25a5fe5f39f2664300a5751b91ad5a8ff (diff)
downloaddotfiles-03536fd604c6e6722eded93569bdf6bd368ffafd.tar.gz
dotfiles-03536fd604c6e6722eded93569bdf6bd368ffafd.zip
Remove transparency from config
Diffstat (limited to 'X')
-rw-r--r--X/.Xresources6
1 files 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