added jupyter-calculator

This commit is contained in:
2021-01-22 18:54:40 +01:00
parent cb3434b219
commit 38afd3c295
6 changed files with 122 additions and 31 deletions

View File

@ -1,10 +1,11 @@
// vim:ts=4:sw=4:et
{
// tabbed split container with 3 children
// splith split container with 2 children
"border": "normal",
"floating": "auto_off",
"layout": "tabbed",
"percent": null,
"layout": "splith",
"marks": [],
"percent": 1,
"type": "con",
"nodes": [
{
@ -17,12 +18,14 @@
"x": 1680,
"y": 24
},
"marks": [],
"name": "Telegram",
"percent": 0.333333333333333,
"percent": 0.5,
"swallows": [
{
"class": "^TelegramDesktop$",
"instance": "^telegram\\-desktop$"
// "title": "^Telegram\\ \\(18\\)$"
}
],
"type": "con"
@ -37,37 +40,19 @@
"x": 2242,
"y": 46
},
"marks": [],
"name": "Element",
"percent": 0.333333333333333,
"percent": 0.5,
"swallows": [
{
"class": "^Element$",
"instance": "^element$"
}
],
"type": "con"
},
{
"border": "normal",
"current_border_width": 2,
"floating": "auto_off",
"geometry": {
"height": 1002,
"width": 556,
"x": 2802,
"y": 46
},
"name": "Rocket Chat",
"percent": 0.333333333333333,
"swallows": [
{
"class": "^Rocket\\.Chat$",
"instance": "^rocket\\.chat$"
// "title": "^Element\\ \\|\\ wmutter$",
// "window_role": "^browser\\-window$"
}
],
"type": "con"
}
]
}