summaryrefslogtreecommitdiffstats
path: root/xinitrc
diff options
context:
space:
mode:
authorStefan Ritter <gideonstar@thehappy.de>2009-07-28 20:48:08 +0200
committerStefan Ritter <gideonstar@thehappy.de>2009-07-28 20:48:08 +0200
commit7077ab3b1ca50e7cb9ab2a1c15ac57d20d759c63 (patch)
tree792fae345d1717610b6851b2774ef6601231a785 /xinitrc
parentfca90c198d70917d4ec8dba98c1f6a82272e3b42 (diff)
Look and feel:
* Added setxkbmap to xinitrc * Removed personalized colors from xdefaults * Small wmiirc fix
Diffstat (limited to 'xinitrc')
-rwxr-xr-xxinitrc4
1 files changed, 1 insertions, 3 deletions
diff --git a/xinitrc b/xinitrc
index 476899b..b5db033 100755
--- a/xinitrc
+++ b/xinitrc
@@ -1,12 +1,10 @@
#!/bin/bash
WM='wmii'
+setxkbmap de neo
keychain --clear -q ~/.ssh/id_rsa
source ~/.keychain/`hostname`-sh > /dev/null
-
feh --bg-scale ~/media/pictures/wallpaper/$(ls ~/media/pictures/wallpaper/ | sed -n $((RANDOM%$(ls ~/media/pictures/wallpaper/ | wc -l)+1))p)
-xset s off
exec $WM
-
# vim: set tw=0: