From 1d85d91df6acf0fc258e56e5574f86c850794b9c Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Mon, 4 Mar 2019 10:57:37 +0000 Subject: [PATCH] Enable 'true' transparency for urxvt --- X/.Xresources | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/X/.Xresources b/X/.Xresources index dd3ea58..1b58385 100644 --- a/X/.Xresources +++ b/X/.Xresources @@ -43,8 +43,11 @@ URxvt*font: xft:Liberation Mono:size=14 URxvt*letterSpace: -1 URxvt*scrollBar: false -URxvt*transparent: true -URxvt*shading: 25 +!URxvt*transparent: true +!URxvt*shading: 25 + +URxvt*depth: 32 +URxvt*background: rgba:0000/0000/0200/c800 URxvt.urgentOnBell: True -- 2.45.2