]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
xinitrc: Start a shell when starting X.
authorSimon Ruderich <simon@ruderich.org>
Sat, 2 Feb 2013 13:21:51 +0000 (14:21 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sat, 2 Feb 2013 13:21:51 +0000 (14:21 +0100)
xinitrc

diff --git a/xinitrc b/xinitrc
index a18974c02fb788aee3f7b482b3fa2fc58b14e1b4..c1a96fb7853f16b771efea8ab10c414f20ee5775 100755 (executable)
--- 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