i3: Modify DSK tree, buffer out timings for AWS trees

This commit is contained in:
Salt 2019-01-31 20:34:19 -06:00
parent d70af55ef9
commit 2885b8aeb2
4 changed files with 36 additions and 12 deletions

View File

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

View File

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

View File

@ -12,15 +12,36 @@
} }
{ {
"border": "normal", "border": "pixel",
"current_border_width": 2,
"floating": "auto_off", "floating": "auto_off",
"layout": "splitv",
"percent": 0.4, "percent": 0.4,
"swallows": [ "type": "con",
"nodes": [
{ {
"class": "^konsole$" "border": "normal",
"current_border_width": 2,
"floating": "auto_off",
"percent": 0.8,
"swallows": [
{
"class": "^konsole$"
}
],
"type": "con"
},
{
"border": "normal",
"current_border_width": 2,
"floating": "auto_off",
"percent": 0.2,
"swallows": [
{
"class": "^konsole$"
}
],
"type": "con"
} }
], ]
"type": "con"
} }

View File

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