DSK, i3: Update, add more trees

This commit is contained in:
Salt 2019-01-23 12:35:21 -06:00
parent 907150051d
commit 2b96aa2c8c
5 changed files with 77 additions and 1 deletions

View File

@ -0,0 +1,68 @@
{
"border": "pixel",
"floating": "auto_off",
"layout": "splitv",
"percent": 0.6,
"type": "con",
"nodes": [
{
"border": "normal",
"current_border_width": 2,
"floating": "auto_off",
"percent": 0.6,
"swallows": [
{
"class": "^konsole$"
}
],
"type": "con"
},
{
"border": "normal",
"current_border_width": 2,
"floating": "auto_off",
"percent": 0.4,
"swallows": [
{
"class": "^konsole$"
}
],
"type": "con"
}
]
}
{
"border": "pixel",
"floating": "auto_off",
"layout": "splitv",
"percent": 0.4,
"type": "con",
"nodes" : [
{
"border": "normal",
"current_border_width": 2,
"floating": "auto_off",
"percent": 0.6,
"swallows": [
{
"class": "^konsole$"
}
],
"type": "con"
},
{
"border": "normal",
"current_border_width": 2,
"floating": "auto_off",
"percent": 0.4,
"swallows": [
{
"class": "^konsole$"
}
],
"type": "con"
}
]
}

View File

@ -0,0 +1,8 @@
#! /bin/sh
${TERMINAL:-konsole} -e ssh aws-c5n-large-1 &
sleep 0.05
${TERMINAL:-konsole} -e ssh aws-c5n-large-1 -t sudo -u terraria /usr/bin/screen -r ter-tmodpack1 &
sleep 0.05
${TERMINAL:-konsole} &
sleep 0.05
${TERMINAL:-konsole} -e ssh aws-c5n-large-1 -t htop &

@ -1 +1 @@
Subproject commit fe311e3bcb8ead74975969c4d766a0385aa0c658
Subproject commit acf5854a7bb2142768746ebd197f16bdaf4a3019