From b874b4264736f89d060fd5d459d94572574a75bf Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Thu, 4 Feb 2010 15:08:11 +0100 Subject: Weekly commit --- xorg/xdefaults | 4 ++-- xorg/xinitrc | 12 ++---------- 2 files changed, 4 insertions(+), 12 deletions(-) (limited to 'xorg') 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 -- cgit v1.2.3