X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=xinitrc;h=c1a96fb7853f16b771efea8ab10c414f20ee5775;hb=2be8bdb6ccb967cd8c6adb36c49835f9beea8022;hp=a18974c02fb788aee3f7b482b3fa2fc58b14e1b4;hpb=784b61b58c66b7a3521a8ed4f46a2a7143382eb7;p=config%2Fdotfiles.git diff --git a/xinitrc b/xinitrc index a18974c..c1a96fb 100755 --- a/xinitrc +++ b/xinitrc @@ -2,7 +2,7 @@ # startx configuration file. -# Copyright (C) 2011-2012 Simon Ruderich +# Copyright (C) 2011-2013 Simon Ruderich # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -72,6 +72,10 @@ if test -x /usr/bin/remind && test -f "$HOME/.reminders"; then remind -z1 -k'.shell/bin/notify.py %s &' "$HOME/.reminders" & fi + +# XMonad doesn't start a shell on its own, start one when I login. +(urxvt || rxvt || xterm) & + # Start XMonad. xmonad