From e89306fe5686f01b27f1a10c1939a7de6b88d35d Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sat, 26 Jun 2021 07:48:57 +0200 Subject: Xresources/urxvt: use real transparency for background As opposed to fake transparency of copying the root window. Requires a compositor (currently using picom). --- dotfiles/Xresources | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'dotfiles') 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 -- cgit v1.2.3