From 2be8bdb6ccb967cd8c6adb36c49835f9beea8022 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 2 Feb 2013 14:21:51 +0100 Subject: [PATCH] xinitrc: Start a shell when starting X. --- xinitrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 2.44.1