i3: Modify DSK tree, buffer out timings for AWS trees
This commit is contained in:
parent
d70af55ef9
commit
2885b8aeb2
@ -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 &
|
||||||
|
@ -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 &
|
||||||
|
@ -11,11 +11,30 @@
|
|||||||
"type": "con"
|
"type": "con"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
"border": "pixel",
|
||||||
|
"floating": "auto_off",
|
||||||
|
"layout": "splitv",
|
||||||
|
"percent": 0.4,
|
||||||
|
"type": "con",
|
||||||
|
"nodes": [
|
||||||
{
|
{
|
||||||
"border": "normal",
|
"border": "normal",
|
||||||
"current_border_width": 2,
|
"current_border_width": 2,
|
||||||
"floating": "auto_off",
|
"floating": "auto_off",
|
||||||
"percent": 0.4,
|
"percent": 0.8,
|
||||||
|
"swallows": [
|
||||||
|
{
|
||||||
|
"class": "^konsole$"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "con"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"border": "normal",
|
||||||
|
"current_border_width": 2,
|
||||||
|
"floating": "auto_off",
|
||||||
|
"percent": 0.2,
|
||||||
"swallows": [
|
"swallows": [
|
||||||
{
|
{
|
||||||
"class": "^konsole$"
|
"class": "^konsole$"
|
||||||
@ -23,4 +42,6 @@
|
|||||||
],
|
],
|
||||||
"type": "con"
|
"type": "con"
|
||||||
}
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user