summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2009-05-27 01:28:40 +0200
committerStefan Ritter <xeno@thehappy.de>2009-05-27 01:28:40 +0200
commit055ff43cc7a8e6874f25f270667d6cc1110edd02 (patch)
tree9e8fcb9b0171b7b8569a39bc7d7a129f1732fe46
parenta05c55fec2406baccb4b15e05c26009ba147db1d (diff)
Replaced xsetbg with feh (i love scaling ;)
-rwxr-xr-xxinitrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/xinitrc b/xinitrc
index 918bdfc..78e2c74 100755
--- a/xinitrc
+++ b/xinitrc
@@ -6,7 +6,7 @@ keychain --clear -q ~/.ssh/id_rsa
source ~/.keychain/`hostname`-sh > /dev/null
# RANDOM WALLPAPER
-xsetbg -onroot -border black ~/pictures/wallpaper/$(ls ~/pictures/wallpaper/ | sed -n $((RANDOM%$(ls ~/pictures/wallpaper/ | wc -l)+1))p)
+feh --bg-scale ~/pictures/wallpaper/$(ls ~/pictures/wallpaper/ | sed -n $((RANDOM%$(ls ~/pictures/wallpaper/ | wc -l)+1))p)
xscreensaver -no-splash &
wicd-client &