Updating for xcompmgr
This commit is contained in:
parent
38cd53c27b
commit
30130490dc
2 changed files with 3 additions and 3 deletions
|
|
@ -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
2
.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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue