Updating for xcompmgr

This commit is contained in:
Hunter Haugen 2009-11-17 09:10:06 +05:30
parent 38cd53c27b
commit 30130490dc
2 changed files with 3 additions and 3 deletions

View file

@ -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

2
.zshrc
View file

@ -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