summaryrefslogtreecommitdiffstats
path: root/.xinitrc
diff options
context:
space:
mode:
Diffstat (limited to '.xinitrc')
-rwxr-xr-x.xinitrc9
1 files changed, 6 insertions, 3 deletions
diff --git a/.xinitrc b/.xinitrc
index 9684c80..66b10f0 100755
--- a/.xinitrc
+++ b/.xinitrc
@@ -9,8 +9,11 @@ if [ -d /etc/X11/xinit/xinitrc.d ]; then
unset f
fi
-emacs --daemon &
-fehlstart &
+xflux -l 51.1180 -g 4.0012
+unclutter &
+mowedline &
+xcompmgr -n -r 0 &
+feh --bg-tile ~/pictures/wallpapers/wallpaper-864137.jpg
-test -n "$1" && wm=$1 || wm="sawfish"
+test -n "$1" && wm=$1 || wm="xmonad"
exec $wm