i3: Modify DSK tree, buffer out timings for AWS trees
This commit is contained in:
		@@ -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 &
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -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"
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -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