diff options
Diffstat (limited to 'xorg/xinitrc')
-rwxr-xr-x | xorg/xinitrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xorg/xinitrc b/xorg/xinitrc index 705955a..bfb2630 100755 --- a/xorg/xinitrc +++ b/xorg/xinitrc @@ -1,9 +1,9 @@ #!/bin/bash -WM='awesome' +WM='xmonad' keychain --clear -q ~/.ssh/id_rsa source ~/.keychain/`hostname`-sh > /dev/null -feh --bg-tile ~/media/pictures/wallpaper/$(ls ~/media/pictures/wallpaper/*_ds* | sed -n $((RANDOM%$(ls ~/media/pictures/wallpaper/ | wc -l)+1))p) +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 & |