summaryrefslogtreecommitdiffstats
path: root/xinitrc
diff options
context:
space:
mode:
Diffstat (limited to 'xinitrc')
-rwxr-xr-xxinitrc5
1 files changed, 1 insertions, 4 deletions
diff --git a/xinitrc b/xinitrc
index 81c2521..0cefbcc 100755
--- a/xinitrc
+++ b/xinitrc
@@ -1,5 +1,5 @@
#!/bin/bash
-WM='awesome'
+WM='wmii'
keychain --clear -q ~/.ssh/id_rsa
source ~/.keychain/`hostname`-sh > /dev/null
@@ -7,9 +7,6 @@ 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: