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
|
||||
${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 &
|
||||
sleep 0.05
|
||||
sleep 0.1
|
||||
${TERMINAL:-konsole} &
|
||||
sleep 0.05
|
||||
sleep 0.1
|
||||
${TERMINAL:-konsole} -e ssh aws-c5n-large-1 -t htop &
|
||||
|
@ -1,8 +1,8 @@
|
||||
#! /bin/sh
|
||||
${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 &
|
||||
sleep 0.05
|
||||
sleep 0.1
|
||||
${TERMINAL:-konsole} &
|
||||
sleep 0.05
|
||||
sleep 0.1
|
||||
${TERMINAL:-konsole} -e ssh aws-c5n-large-1 -t htop &
|
||||
|
@ -12,15 +12,36 @@
|
||||
}
|
||||
|
||||
{
|
||||
"border": "normal",
|
||||
"current_border_width": 2,
|
||||
"border": "pixel",
|
||||
"floating": "auto_off",
|
||||
"layout": "splitv",
|
||||
"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"
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -1,5 +1,8 @@
|
||||
#! /bin/sh
|
||||
konsole --workdir "$HOME/Projects/dsk" &
|
||||
sleep 0.1
|
||||
konsole --workdir "$HOME/Projects/dsk" &
|
||||
sleep 0.1
|
||||
konsole --workdir "$HOME/Projects/dsk" -e grip &
|
||||
disown
|
||||
exit
|
||||
|
Loading…
Reference in New Issue
Block a user