]> git.friedersdorff.com Git - max/dotfiles.git/blobdiff - xinitrc
Use ratpoison as window manager
[max/dotfiles.git] / xinitrc
diff --git a/xinitrc b/xinitrc
index 038a91443a966df376242581c901d1b898829efe..47daf0a63531cee50fc4e9ae9e6cdc71a1a0f571 100644 (file)
--- a/xinitrc
+++ b/xinitrc
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # ~/.xinitrc
 #
@@ -14,7 +14,8 @@ fi
 
 
 # Load .Xresources
-[[ -f ~/.Xresources ]] && xrdb -merge ~/.Xresources
+xrdb -merge ~/.Xresources &> /dev/null
+
 
 # Set caps lock as control to avoid emacs pinky
 setxkbmap -option ctrl:nocaps
@@ -22,13 +23,6 @@ setxkbmap -option ctrl:nocaps
 # Set java font option
 export _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=on"
 
-
 feh --bg-scale ~/Pictures/background.jpg&
 
-
-# exec gnome-session
-# exec startkde
-# exec startxfce4
-# ...or the Window Manager of your choice
-#exec i3
-exec ck-launch-session dbus-launch --sh-syntax --exit-with-session qtile 
+exec /usr/bin/ratpoison