summaryrefslogtreecommitdiff
path: root/bin/debian-ftp-master
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-04-28 12:31:22 -0700
committerSean Whitton <spwhitton@spwhitton.name>2019-04-28 12:31:22 -0700
commit51267fba908061da8e1122f9520a7ad1f4529648 (patch)
treed446dfa69d714082fe93d37471e6be37d7cb29ce /bin/debian-ftp-master
parent3b0f6422afca5d57bf158ca22bfaa624f1abef57 (diff)
downloaddotfiles-51267fba908061da8e1122f9520a7ad1f4529648.tar.gz
debian-ftp-master: move setting the tabbed layout
Diffstat (limited to 'bin/debian-ftp-master')
-rwxr-xr-xbin/debian-ftp-master10
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/debian-ftp-master b/bin/debian-ftp-master
index aeeeb0fa..3858992d 100755
--- a/bin/debian-ftp-master
+++ b/bin/debian-ftp-master
@@ -46,11 +46,6 @@ ssh ftp-master.debian.org pgrep -u spwhitton emacs \
# sleep 0.3
# done
-# if we have the `layout tabbed` above, before any windows are opened,
-# the workspace ends up with a tabbed container inside a tabbed
-# container on buster's i3 (but not stretch's)
-i3-msg layout tabbed
-
# have to say the '&' else on buster, command does not exit until
# terminal window is closed
xfce4-terminal --title="ftp-master dak command session" -x /bin/sh \
@@ -59,6 +54,11 @@ until wmctrl -l | grep -q "ftp-master dak command session"; do
sleep 0.3
done
+# if we have the `layout tabbed` above, before any windows are opened,
+# the workspace ends up with a tabbed container inside a tabbed
+# container on buster's i3 (but not stretch's)
+i3-msg layout tabbed
+
xfce4-terminal --title="ftp-master GNU mc session" -x /bin/sh \
-c "ssh -t ftp-master.debian.org tmux new-session -A -s mc" &
until wmctrl -l | grep -q "ftp-master GNU mc session"; do