summaryrefslogtreecommitdiffstats
path: root/xorg
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2009-10-21 15:57:01 +0200
committerStefan Ritter <xeno@thehappy.de>2009-10-21 15:57:01 +0200
commitee14f6d0b28afbe5d61ca60e081824d6c4cb0341 (patch)
tree35f9a953f92e33ed0d105e385eed531e1635764a /xorg
parent7a0fb14d5e0d8ca6192ae9ab07819eaa5928cf06 (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')
-rwxr-xr-xxorg/xinitrc4
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 &