diff options
author | Amin Bandali <me@aminb.org> | 2015-06-04 23:14:03 -0400 |
---|---|---|
committer | Amin Bandali <me@aminb.org> | 2015-06-04 23:14:03 -0400 |
commit | cd08a411b3e95c0e10352faf8225fbe59b2a07d7 (patch) | |
tree | 64b48c27dde4d40505e3071a4695a9e507687493 /x/.Xresources | |
parent | 125e7a5412b14e2e44222b79654abaae5ae16e50 (diff) | |
download | configs-cd08a411b3e95c0e10352faf8225fbe59b2a07d7.tar.gz configs-cd08a411b3e95c0e10352faf8225fbe59b2a07d7.tar.xz configs-cd08a411b3e95c0e10352faf8225fbe59b2a07d7.zip |
[x] set URxvt.depth to 0
to resolve the issue with ranger not showing image previews
in urxvt despite having w3m installed
Diffstat (limited to 'x/.Xresources')
-rw-r--r-- | x/.Xresources | 2 |
1 files changed, 1 insertions, 1 deletions
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 |