diff options
author | Stefan Ritter <xeno@thehappy.de> | 2009-10-29 10:14:28 +0100 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2009-10-29 10:14:28 +0100 |
commit | 624565d9a4e93e36e22516b3748203981453df5c (patch) | |
tree | b1257153d72c9f385c449f223f1bc90a68cda7a1 /xorg | |
parent | 31748d1dd98125c2cb8ec4bdcbb6bb2958643d50 (diff) |
Weekly commit
Diffstat (limited to 'xorg')
-rwxr-xr-x | xorg/xinitrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg/xinitrc b/xorg/xinitrc index bfb2630..50e8639 100755 --- a/xorg/xinitrc +++ b/xorg/xinitrc @@ -6,6 +6,6 @@ source ~/.keychain/`hostname`-sh > /dev/null feh --bg-tile ~/media/pictures/wallpaper/$(ls ~/media/pictures/wallpaper/ | sed -n $((RANDOM%$(ls ~/media/pictures/wallpaper/ | wc -l)+1))p) blueman-applet & wicd-client & +xfce4-panel & exec $WM -# vim: set tw=0: |