diff options
author | Stefan Ritter <xeno@thehappy.de> | 2010-02-04 15:08:11 +0100 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2010-02-04 15:08:11 +0100 |
commit | b874b4264736f89d060fd5d459d94572574a75bf (patch) | |
tree | 70e87d3bcfb6fddb72c6598cdd5311dcd53e022e | |
parent | 0f0886fc19a967dd8a6e5f9f92aaaa3085cb6bae (diff) |
Weekly commit
-rw-r--r-- | mutt/settings | 2 | ||||
-rw-r--r-- | xorg/xdefaults | 4 | ||||
-rwxr-xr-x | xorg/xinitrc | 12 | ||||
-rw-r--r-- | zsh/zshrc | 1 |
4 files changed, 5 insertions, 14 deletions
diff --git a/mutt/settings b/mutt/settings index 6800417..9a3c707 100644 --- a/mutt/settings +++ b/mutt/settings @@ -14,6 +14,4 @@ unset mark_old bind index <up> previous-entry bind index <down> next-entry -macro index <F9> "!muttprofile\n:source ~/.secgit/muttrc.xeno\n" "Call muttprofile and load profile" -macro index <F10> "!muttprofile\n:source ~/.secgit/muttrc.credativ\n" "Call muttprofile and load profile" diff --git a/xorg/xdefaults b/xorg/xdefaults index 57f8bd1..bb9ccf0 100644 --- a/xorg/xdefaults +++ b/xorg/xdefaults @@ -36,8 +36,8 @@ URxvt*matcher.pattern.1: \\bwww\\.[\\w-]\\.[\\w./?&@#-]*[\\w/-] # Colors #URxvt*cursorColor: #6E8558 -#URxvt*background: #0e1310 -URxvt*background: #141213 +#URxvt*background: #141213 +URxvt*background: #000000 URxvt*foreground: #ffffff #URxvt*colorBD: #FFFFFF #URxvt*colorUL: #FFFFFF diff --git a/xorg/xinitrc b/xorg/xinitrc index 453c514..a7d6e5a 100755 --- a/xorg/xinitrc +++ b/xorg/xinitrc @@ -1,19 +1,11 @@ #!/bin/bash WM='xfce4-session' -# SSH Key +export XDG_DESKTOP_DIR=~/.desktop + keychain --clear -q ~/.ssh/id_rsa source ~/.keychain/`hostname`-sh > /dev/null - -# Wallpaper - # feh --bg-tile ~/media/pictures/wallpaper/$(ls ~/media/pictures/wallpaper/ | sed -n $((RANDOM%$(ls ~/media/pictures/wallpaper/ | wc -l)+1))p) - -# Applications blueman-applet & - -# DPI xrandr --dpi 86 -export XDG_DESKTOP_DIR=~/.desktop - exec $WM @@ -17,6 +17,7 @@ setopt listpacked setopt listtypes export PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/games +export EMAIL=xeno@thehappy.de export DEBEMAIL=xeno@thehappy.de export DEBFULLNAME="Stefan Ritter" export QUILT_PATCHES=debian/patches |