diff options
author | Stefan Ritter <xeno@thehappy.de> | 2009-05-27 01:28:40 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2009-05-27 01:28:40 +0200 |
commit | 055ff43cc7a8e6874f25f270667d6cc1110edd02 (patch) | |
tree | 9e8fcb9b0171b7b8569a39bc7d7a129f1732fe46 | |
parent | a05c55fec2406baccb4b15e05c26009ba147db1d (diff) |
Replaced xsetbg with feh (i love scaling ;)
-rwxr-xr-x | xinitrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 & |