xeno/xinitrc
Stefan Ritter 380d3abf72 Unspectacular:
* Back to awesome
* Fixed IP Script
2009-06-10 15:17:46 +02:00

15 lines
314 B
Bash
Executable file

#!/bin/bash
WM='awesome'
keychain --clear -q ~/.ssh/id_rsa
source ~/.keychain/`hostname`-sh > /dev/null
feh --bg-scale ~/pictures/wallpaper/$(ls ~/pictures/wallpaper/ | sed -n $((RANDOM%$(ls ~/pictures/wallpaper/ | wc -l)+1))p)
xset s off
killall awesome_bar.sh
etc/awesome_bar.sh &
exec $WM
# vim: set tw=0: