summaryrefslogtreecommitdiff
path: root/dotfiles
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-06-26 07:48:57 +0200
committerAnton Khirnov <anton@khirnov.net>2021-06-26 07:53:50 +0200
commite89306fe5686f01b27f1a10c1939a7de6b88d35d (patch)
tree6cd122e4d32ebe46267fab098e38005398f3de9c /dotfiles
parent6e63f8838a8f26771679f1dbfb7af3643c668bd0 (diff)
Xresources/urxvt: use real transparency for background
As opposed to fake transparency of copying the root window. Requires a compositor (currently using picom).
Diffstat (limited to 'dotfiles')
-rw-r--r--dotfiles/Xresources5
1 files changed, 2 insertions, 3 deletions
diff --git a/dotfiles/Xresources b/dotfiles/Xresources
index a6f6a88..09af368 100644
--- a/dotfiles/Xresources
+++ b/dotfiles/Xresources
@@ -19,11 +19,10 @@ URxvt.color12: royal blue
URxvt.color13: plum
URxvt.depth: 32
URxvt.foreground: LightSkyBlue1
-URxvt.background: black
+URxvt.background: [80]black
URxvt.cursorColor: white
-URxvt.transparent: true
URxvt.fading: 30
-URxvt.shading: 20
+URxvt.fadeColor: [65]black
URxvt.borderColor: yellow
URxvt.font: xft:DejaVu Sans Mono:style=regular:pixelsize=URXVT_FONT_SIZE,xft:IPAMincho
URxvt.scrollBar: true