From af5c75d501d2f2f414117ea36245faee9f19ea11 Mon Sep 17 00:00:00 2001 From: Taylor Bockman Date: Sat, 21 Nov 2015 16:51:34 -0800 Subject: [PATCH] Fix terminal name --- dotfiles/Xresources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/Xresources b/dotfiles/Xresources index ce3e131..2f169b0 100644 --- a/dotfiles/Xresources +++ b/dotfiles/Xresources @@ -140,7 +140,7 @@ URxvt*font: xft:Inconsolata:size=8:antialias=true:hinting=true URxvt*boldFont: xft:Inconsolata:bold URxvt.letterSpace: -1 -URxvt*termName: rxvt +URxvt*termName: rxvt-256color URxvt.iso14755: False URxvt.iso14755_52: False URxvt.urgentOnBell: true