From 78e76a0c149332f6fd30c40961c4e2bb89e2866b Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Sat, 29 Aug 2009 10:14:02 +0200 Subject: Weekly commit, don't know what i've done --- xdefaults | 26 +++++++++++++++++++++----- xinitrc | 1 + zshrc | 2 ++ 3 files changed, 24 insertions(+), 5 deletions(-) diff --git a/xdefaults b/xdefaults index 013d9a3..d23f2cb 100644 --- a/xdefaults +++ b/xdefaults @@ -14,7 +14,6 @@ URxvt*cutchars: `"()'*<>[]{|} URxvt*urgentOnBell: true URxvt*visualBell: false URxvt*selection.pattern-0: ([[:word:]]+) -URxvt*inheritPixmap: true URxvt*inheritPixmap: false URxvt*keysym.M-u: perl:mark-yank-urls:activate_mark_mode @@ -29,7 +28,11 @@ URxvt*matcher.pattern.1: \\bwww\\.[\\w-]\\.[\\w./?&@#-]*[\\w/-] #URxvt.cursorColor: #005588 URxvt*background: #000000 URxvt*foreground: #ffffff -URxvt*underlineColor: red + +#URxvt.transparent: true +#URxvt.tintColor: #000000 +#URxvt.shading: 20 + #URxvt*colorBD: #FFFFFF #URxvt*colorUL: #FFFFFF #URxvt*color0: #5D5D5D @@ -49,6 +52,19 @@ URxvt*underlineColor: red #URxvt*color14: #69C8B1 #URxvt*color15: #9AC4DD -#URxvt.transparent: true -#URxvt.tintColor: #000000 -#URxvt.shading: 20 +#URxvt*color0: #262729 +#URxvt*color8: #554444 +#URxvt*ccolor1: #F92672 +#URxvt*color9: #FF669D +#URxvt*color2: #A6E22E +#URxvt*color10: #BEED5F +#URxvt*color3: #FD971F +#URxvt*color11: #E6DB74 +#URxvt*color4: #66D9EF +#URxvt*color12: #66D9EF +#URxvt*color5: #9E6FFE +#URxvt*color13: #9E6FFE +#URxvt*color6: #5E7175 +#URxvt*color14: #A3BABF +#URxvt*color7: #CCCCC6 +#URxvt*color15: #F8F8F2 diff --git a/xinitrc b/xinitrc index d56465a..6c2bf19 100755 --- a/xinitrc +++ b/xinitrc @@ -4,6 +4,7 @@ WM='wmii' keychain --clear -q ~/.ssh/id_rsa source ~/.keychain/`hostname`-sh > /dev/null feh --bg-scale ~/media/pictures/wallpaper/$(ls ~/media/pictures/wallpaper/ | sed -n $((RANDOM%$(ls ~/media/pictures/wallpaper/ | wc -l)+1))p) +blueman-applet exec $WM # vim: set tw=0: diff --git a/zshrc b/zshrc index f1c4f97..99acbd2 100644 --- a/zshrc +++ b/zshrc @@ -17,6 +17,7 @@ setopt listtypes export PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/games export DEBEMAIL=xeno@thehappy.de export DEBFULLNAME="Stefan Ritter" +export QUILT_PATCHES=debian/patches HISTSIZE=1000 SAVEHIST=1000 @@ -55,6 +56,7 @@ alias purge="sudo apt-get --purge autoremove" alias svn-uscan='uscan --verbose --force-download --rename --repack --destdir=../tarballs' alias svn-bp='svn-buildpackage --svn-builder=pdebuild --svn-ignore-new' alias gendebpool='dpkg-scanpackages -m . /dev/null | gzip -9c > Packages.gz' +alias git-bp='git-buildpackage --git-upstream-branch=master --git-debian-branch=debian --git-builder=pdebuild --debbuildopts "-i"' alias -g C='| wc -l' alias -g G='| grep' -- cgit v1.2.3