diff options
author | Stefan Ritter <xeno@thehappy.de> | 2009-10-21 15:57:01 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2009-10-21 15:57:01 +0200 |
commit | ee14f6d0b28afbe5d61ca60e081824d6c4cb0341 (patch) | |
tree | 35f9a953f92e33ed0d105e385eed531e1635764a /xorg/xinitrc | |
parent | 7a0fb14d5e0d8ca6192ae9ab07819eaa5928cf06 (diff) |
Several things:
* Added emacs config
* Using emacs in gitconfig
* Modified xmonad.hs for using xmobar
* Added 'e' alias for emacs
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 & |