TexstudioWorkWorkPub.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. // vim:ts=4:sw=4:et
  2. {
  3. // tabbed split container with 2 children
  4. "border": "normal",
  5. "floating": "auto_off",
  6. "layout": "tabbed",
  7. "percent": null,
  8. "type": "con",
  9. "nodes": [
  10. {
  11. "border": "normal",
  12. "current_border_width": 2,
  13. "floating": "auto_off",
  14. "geometry": {
  15. "height": 1161,
  16. "width": 1916,
  17. "x": 1368,
  18. "y": 18
  19. },
  20. "name": "work-Pub: TeXstudio",
  21. "percent": 0.5,
  22. "swallows": [
  23. {
  24. "class": "^work\\-pub\\:TeXstudio$",
  25. "instance": "^work\\-pub\\:texstudio$"
  26. }
  27. ],
  28. "type": "con"
  29. },
  30. {
  31. "border": "normal",
  32. "current_border_width": 2,
  33. "floating": "auto_off",
  34. "geometry": {
  35. "height": 1161,
  36. "width": 1916,
  37. "x": 1368,
  38. "y": 18
  39. },
  40. "name": "work: TeXstudio",
  41. "percent": 0.5,
  42. "swallows": [
  43. {
  44. "class": "^work\\:TeXstudio$",
  45. "instance": "^work\\:texstudio$"
  46. }
  47. ],
  48. "type": "con"
  49. }
  50. ]
  51. }