Skip to content

Instantly share code, notes, and snippets.

@jgottfried
Last active August 28, 2022 08:09
Show Gist options
  • Save jgottfried/0b96af08c0d80869185cc05dc0cde39a to your computer and use it in GitHub Desktop.
Save jgottfried/0b96af08c0d80869185cc05dc0cde39a to your computer and use it in GitHub Desktop.
Tmuxp
{
"session_name": "main",
"windows": [
{
"layout": "c1bd,150x74,0,0,0",
"panes": [
{
"shell_command": "top"
}
],
"start_directory": "/home/jgottfried",
"window_name": "top"
},
{
"focus": "true",
"start_directory": "/home/jgottfried/Projects/flask-project",
"layout": "5313,150x74,0,0[150x2,0,0,1,150x17,0,3{75x17,0,3,2,74x17,76,3,3},150x17,0,21,4,150x17,0,39,5,150x17,0,57,6]",
"options": {
"automatic-rename": "off"
},
"panes": [
{
"shell_command": [
"echo celery"
]
},
{
"shell_command": [
"echo gunicorn"
]
},
{
"shell_command": [
"echo monitoring"
]
},
{
"shell_command": [
"echo python"
]
},
{
"shell_command": [
"echo process"
]
},
{
"focus": "true",
"shell_command": [
"echo flask shell"
]
}
],
"window_name": "flask-project"
},
{
"layout": "c1c4,150x74,0,0,7",
"options": {},
"panes": [
{
"shell_command": null
}
],
"start_directory": "/home/jgottfried",
"window_name": "misc"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment