i3: Update trees for mate-terminal

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

Binary file not shown.

View File

@ -5,7 +5,7 @@
"percent": 0.6,
"swallows": [
{
"class": "^konsole$"
"class": "^Mate-terminal$"
}
],
"type": "con"
@ -18,7 +18,7 @@
"percent": 0.4,
"swallows": [
{
"class": "^konsole$"
"class": "^Mate-terminal$"
}
],
"type": "con"

View File

@ -1,3 +1,3 @@
#! /bin/sh
${TERMINAL:-konsole} &
${TERMINAL:-konsole} &
${TERMINAL:-mate-terminal} &
${TERMINAL:-mate-terminal} &

View File

@ -5,7 +5,7 @@
"percent": 0.6,
"swallows": [
{
"class": "^konsole$"
"class": "^Mate-terminal$"
}
],
"type": "con"
@ -31,7 +31,7 @@
"percent": 0.6,
"swallows": [
{
"class": "^konsole$"
"class": "^Mate-terminal$"
}
],
"type": "con"
@ -49,7 +49,7 @@
"percent": 0.4,
"swallows": [
{
"class": "^konsole$"
"class": "^Mate-terminal$"
}
],
"type": "con"

View File

@ -1,4 +1,4 @@
#! /bin/sh
${TERMINAL:-konsole} &
${TERMINAL:-konsole} &
${TERMINAL:-konsole} &
${TERMINAL:-mate-terminal} &
${TERMINAL:-mate-terminal} &
${TERMINAL:-mate-terminal} &

View File

@ -12,7 +12,7 @@
"percent": 0.6,
"swallows": [
{
"class": "^konsole$"
"class": "^Mate-terminal$"
}
],
"type": "con"
@ -24,7 +24,7 @@
"percent": 0.4,
"swallows": [
{
"class": "^konsole$"
"class": "^Mate-terminal$"
}
],
"type": "con"
@ -46,7 +46,7 @@
"percent": 0.6,
"swallows": [
{
"class": "^konsole$"
"class": "^Mate-terminal$"
}
],
"type": "con"
@ -58,7 +58,7 @@
"percent": 0.4,
"swallows": [
{
"class": "^konsole$"
"class": "^Mate-terminal$"
}
],
"type": "con"

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 &

View File

@ -12,7 +12,7 @@
"percent": 0.6,
"swallows": [
{
"class": "^konsole$"
"class": "^Mate-terminal$"
}
],
"type": "con"
@ -24,7 +24,7 @@
"percent": 0.4,
"swallows": [
{
"class": "^konsole$"
"class": "^Mate-terminal$"
}
],
"type": "con"
@ -46,7 +46,7 @@
"percent": 0.6,
"swallows": [
{
"class": "^konsole$"
"class": "^Mate-terminal$"
}
],
"type": "con"
@ -58,7 +58,7 @@
"percent": 0.4,
"swallows": [
{
"class": "^konsole$"
"class": "^Mate-terminal$"
}
],
"type": "con"

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 terraria /usr/bin/screen -r ter-tmodpack1 &
${TERMINAL:-mate-terminal} -x ssh aws-c5n-large-1 -t sudo -u terraria /usr/bin/screen -r ter-tmodpack1 &
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 &

View File

@ -5,7 +5,7 @@
"percent": 0.6,
"swallows": [
{
"class": "^konsole$"
"class": "^Mate-terminal$"
}
],
"type": "con"
@ -25,7 +25,7 @@
"percent": 0.8,
"swallows": [
{
"class": "^konsole$"
"class": "^Mate-terminal$"
}
],
"type": "con"
@ -37,7 +37,7 @@
"percent": 0.2,
"swallows": [
{
"class": "^konsole$"
"class": "^Mate-terminal$"
}
],
"type": "con"

View File

@ -1,8 +1,8 @@
#! /bin/sh
konsole --workdir "$HOME/Projects/dsk" &
mate-terminal --working-directory "$HOME/Projects/dsk" &
sleep 0.1
konsole --workdir "$HOME/Projects/dsk" &
mate-terminal --working-directory "$HOME/Projects/dsk" &
sleep 0.1
konsole --workdir "$HOME/Projects/dsk" -e grip &
mate-terminal --working-directory "$HOME/Projects/dsk" -e grip &
disown
exit