From cd08a411b3e95c0e10352faf8225fbe59b2a07d7 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Thu, 4 Jun 2015 23:14:03 -0400 Subject: [PATCH] [x] set URxvt.depth to 0 to resolve the issue with ranger not showing image previews in urxvt despite having w3m installed --- x/.Xresources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/.Xresources b/x/.Xresources index 9e35329..3dd91e4 100644 --- a/x/.Xresources +++ b/x/.Xresources @@ -12,7 +12,7 @@ Xft*antialias: True Xft*hinting: Full !-*-} -URxvt.depth: 32 +URxvt.depth: 0 URxvt.loginShell: true URxvt.saveLines: 1000 URxvt.internalBorder: 3 -- 2.20.1