From 946f628717c860bbf2675309e91c9b3496ed5c08 Mon Sep 17 00:00:00 2001 From: "Kyle J. McKay" Date: Sat, 6 Sep 2014 18:38:19 -0700 Subject: [PATCH] screen/girocco: set previous screen in sample screenrc Add an additional select command so that toggling back and forth between the current and last screen switches between taskd and jobd with jobd coming up as the initially selected screen. --- screen/girocco | 1 + 1 file changed, 1 insertion(+) diff --git a/screen/girocco b/screen/girocco index 30ae84b..5097d6c 100644 --- a/screen/girocco +++ b/screen/girocco @@ -20,6 +20,7 @@ screen -t jobd 0 "@basedir@/toolbox/run-jobd.sh" --shell screen -t taskd 1 "@basedir@/toolbox/run-taskd.sh" --shell unsetenv SCREENPRESERVETITLE screen +select 1 select 0 # Set up the multiuser access permissions -- 2.11.4.GIT