From ee2fbdecf2295b2361d61be386c8bf42b471c8d5 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Fri, 4 May 2018 16:44:35 +0100 Subject: [PATCH] Use urxvt with native transparency --- X/.Xresources | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/X/.Xresources b/X/.Xresources index 4fd3626..242f28b 100644 --- a/X/.Xresources +++ b/X/.Xresources @@ -36,11 +36,20 @@ *.color15: #ffffff -*faceName: Liberation Mono -*faceSize: 14 +XTerm*faceName: Liberation Mono +XTerm*faceSize: 14 +URxvt*font: xft:Liberation Mono:size=14 +URxvt*letterSpace: -1 +URxvt*scrollBar: false + +URxvt*transparent: true +URxvt*shading: 25 + +URxvt.urgentOnBell: True XTerm*termName: xterm-256color +URxvt*termName: xterm-256color XTerm*metaSendsEscape: true Xterm*eightBitinput: true -- 2.45.2