diff options
author | katherine <shmibs@shmibbles.me> | 2017-02-18 22:27:00 -0700 |
---|---|---|
committer | katherine <shmibs@shmibbles.me> | 2017-02-18 22:27:00 -0700 |
commit | d308281c01c9fc1ab4276dbccf6c411640379c49 (patch) | |
tree | f7ef01d7b983e980933d167dc3297c8e791e1013 /.Xresources | |
parent | 1f8f00ba825f53f9d624580b1197a045ec572980 (diff) | |
download | dotfiles-d308281c01c9fc1ab4276dbccf6c411640379c49.tar.gz |
switch TERM back to rxvt-unicode-256color
Diffstat (limited to '.Xresources')
-rw-r--r-- | .Xresources | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.Xresources b/.Xresources index 42a3872..b6506b5 100644 --- a/.Xresources +++ b/.Xresources @@ -1,4 +1,4 @@ -URxvt*termName: rxvt-256color +URxvt*termName: rxvt-unicode-256color ! Compile xft: Attempt to find a visual with the given bit depth; option -depth. URxvt*depth: 32 |