From: Maximilian Friedersdorff Date: Mon, 4 Mar 2019 10:57:37 +0000 (+0000) Subject: Enable 'true' transparency for urxvt X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;ds=sidebyside;h=1d85d91df6acf0fc258e56e5574f86c850794b9c;hp=-c;p=max%2Fdotfiles.git Enable 'true' transparency for urxvt --- 1d85d91df6acf0fc258e56e5574f86c850794b9c 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