Advertisement
Guest User

workspace-1.json

a guest
Aug 29th, 2016
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. // vim:ts=4:sw=4:et
  2. {
  3. "border": "pixel",
  4. "current_border_width": 3,
  5. "floating": "auto_off",
  6. "geometry": {
  7. "height": 362,
  8. "width": 562,
  9. "x": 0,
  10. "y": 0
  11. },
  12. "name": "termite",
  13. "percent": 0.5,
  14. "swallows": [
  15. {
  16. "class": "^Termite$",
  17. "instance": "^termite$",
  18. "title": "^abdulhakeem\\@ilmstation\\:\\~$",
  19. "transient_for": "^$"
  20. }
  21. ],
  22. "type": "con"
  23. }
  24.  
  25. {
  26. // splitv split container with 2 children
  27. "border": "pixel",
  28. "floating": "auto_off",
  29. "layout": "splitv",
  30. "percent": 0.5,
  31. "type": "con",
  32. "nodes": [
  33. {
  34. "border": "pixel",
  35. "current_border_width": 3,
  36. "floating": "auto_off",
  37. "geometry": {
  38. "height": 362,
  39. "width": 562,
  40. "x": 0,
  41. "y": 0
  42. },
  43. "name": "termite-matrix",
  44. "percent": 0.5,
  45. "swallows": [
  46. {
  47. "class": "^Termite$",
  48. "instance": "^matrix$",
  49. "title": "^abdulhakeem\\@ilmstation\\:\\~$",
  50. "transient_for": "^$"
  51. }
  52. ],
  53. "type": "con"
  54. },
  55. {
  56. "border": "pixel",
  57. "current_border_width": 3,
  58. "floating": "auto_off",
  59. "geometry": {
  60. "height": 362,
  61. "width": 562,
  62. "x": 0,
  63. "y": 0
  64. },
  65. "name": "termite",
  66. "percent": 0.5,
  67. "swallows": [
  68. {
  69. "class": "^Termite$",
  70. "instance": "^termite$",
  71. "title": "^abdulhakeem\\@ilmstation\\:\\~$",
  72. "transient_for": "^$"
  73. }
  74. ],
  75. "type": "con"
  76. }
  77. ]
  78. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement