diff --git a/.Xdefaults b/.Xdefaults index 97b06c7..ed8debd 100644 --- a/.Xdefaults +++ b/.Xdefaults @@ -5,9 +5,9 @@ URxvt*depth: 32 URxvt*foreground: #dddddd #URxvt*transparent: true URxvt*transparent: false -URxvt*fading: 2% +#URxvt*fading: 2% URxvt*shading: 30 -URxvt*fadeColor: grey +#URxvt*fadeColor: grey URxvt*buffered: true URxvt*cursorColor: green !URxvt*font: xft:Terminus:pixelsize=11,xft:IPAGothic:antialias=true diff --git a/.zshrc b/.zshrc index 6187afb..6a979c2 100644 --- a/.zshrc +++ b/.zshrc @@ -150,7 +150,7 @@ title() { WINTITLE="$*"; print -Pn "\e]0;$WINTITLE\a" } # precmd() { [ -z "$WINTITLE" ] && print -Pn "\e]0;%m [%~]\a" || : } # preexec() { [ -z "$WINTITLE" ] && print -Pn "\e]0;%m [$1]\a" || : } #fi -if [ x$DISPLAY != x ]; then +if [ x$DISPLAY != x ] ; then precmd() { [ -z "$WINTITLE" ] && print -Pn "\e]0;%m [%~]\a" || : } preexec() { [ -z "$WINTITLE" ] && print -Pn "\e]0;%m [$1]\a" || : } fi