diff options
-rw-r--r-- | .Xresources | 2 | ||||
-rw-r--r-- | .zshrc | 2 |
2 files changed, 2 insertions, 2 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 @@ -23,7 +23,7 @@ unsetopt beep ##################### MISC #################### # dynamic title -if [[ "$TERM" == "rxvt-256color" ]]; then +if [[ "$TERM" == "rxvt-unicode-256color" ]]; then precmd() { print -Pn "\e]0;zsh: %(1j,%j job%(2j|s|); ,)%~\a" |