From: Simon Ruderich Date: Sat, 2 Feb 2013 13:21:51 +0000 (+0100) Subject: xinitrc: Start a shell when starting X. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=2be8bdb6ccb967cd8c6adb36c49835f9beea8022 xinitrc: Start a shell when starting X. --- 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