diff options
Diffstat (limited to '')
-rwxr-xr-x | xinitrc | 16 |
1 files changed, 12 insertions, 4 deletions
@@ -1,5 +1,5 @@ #!/bin/bash -WM='awesome' +WM='dwm' # SSH KEYAGENT keychain --clear -q ~/.ssh/id_rsa @@ -10,8 +10,16 @@ feh --bg-scale ~/pictures/wallpaper/$(ls ~/pictures/wallpaper/ | sed -n $((RANDO #xscreensaver -no-splash & wicd-client & -killall awesome_bar.sh -etc/awesome_bar.sh & + +# Awesome statusbar +#killall awesome_bar.sh +#etc/awesome_bar.sh & + +# dwm stuff +killall dwm_bar.sh +etc/dwm_bar.sh & # LET'S GO -exec $WM +exec $WM + +# vim: set tw=0: |