1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- // vim:ts=4:sw=4:et
- {
- // tabbed split container with 2 children
- "border": "normal",
- "floating": "auto_off",
- "layout": "tabbed",
- "percent": null,
- "type": "con",
- "nodes": [
- {
- "border": "normal",
- "current_border_width": 2,
- "floating": "auto_off",
- "geometry": {
- "height": 1161,
- "width": 1916,
- "x": 1368,
- "y": 18
- },
- "name": "work-Pub: TeXstudio",
- "percent": 0.5,
- "swallows": [
- {
- "class": "^work\\-pub\\:TeXstudio$",
- "instance": "^work\\-pub\\:texstudio$"
- }
- ],
- "type": "con"
- },
- {
- "border": "normal",
- "current_border_width": 2,
- "floating": "auto_off",
- "geometry": {
- "height": 1161,
- "width": 1916,
- "x": 1368,
- "y": 18
- },
- "name": "work: TeXstudio",
- "percent": 0.5,
- "swallows": [
- {
- "class": "^work\\:TeXstudio$",
- "instance": "^work\\:texstudio$"
- }
- ],
- "type": "con"
- }
- ]
- }
|