diff options
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: |