i3: Update trees for mate-terminal

This commit is contained in:
2019-02-01 12:05:08 -06:00
parent 99a16ef99b
commit d9a1fbc52e
11 changed files with 32 additions and 32 deletions

View File

@@ -1,8 +1,8 @@
#! /bin/sh
${TERMINAL:-konsole} -e ssh aws-c5n-large-1 &
${TERMINAL:-mate-terminal} -x ssh aws-c5n-large-1 &
sleep 0.1
${TERMINAL:-konsole} -e ssh aws-c5n-large-1 -t sudo -u minecraft /usr/bin/screen -r mc-magicpack &
${TERMINAL:-mate-terminal} -x ssh aws-c5n-large-1 -t sudo -u minecraft /usr/bin/screen -r mc-magicpack &
sleep 0.1
${TERMINAL:-konsole} &
${TERMINAL:-mate-terminal} &
sleep 0.1
${TERMINAL:-konsole} -e ssh aws-c5n-large-1 -t htop &
${TERMINAL:-mate-terminal} -x ssh aws-c5n-large-1 -t htop &