From 30130490dc6079bbb6f901e4ae32474984092b57 Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Tue, 17 Nov 2009 09:10:06 +0530 Subject: [PATCH] Updating for xcompmgr --- .Xdefaults | 4 ++-- .zshrc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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