Advertisement
Markzs

ws1v2.json

Oct 13th, 2016
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.20 KB | None | 0 0
  1. // vim:ts=4:sw=4:et
  2. //ws1v2.json
  3. {
  4. // tabbed split container with 3 children
  5. "border": "normal",
  6. "floating": "auto_off",
  7. "layout": "tabbed",
  8. "percent": 0.800146412884334,
  9. "type": "con",
  10. "nodes": [
  11. {
  12. "border": "normal",
  13. "current_border_width": 2,
  14. "floating": "auto_off",
  15. "geometry": {
  16. "height": 729,
  17. "width": 369,
  18. "x": 12,
  19. "y": 47
  20. },
  21. "name": "Main",
  22. "percent": 0.333333333333333,
  23. "swallows": [
  24. {
  25. "class": "^google\\-chrome$"
  26. }
  27. ],
  28. "type": "con"
  29. }
  30. ]
  31. }
  32.  
  33. {
  34. // splith split container with 1 children
  35. "border": "normal",
  36. "floating": "auto_off",
  37. "layout": "splith",
  38. "percent": 0.199853587115666,
  39. "type": "con",
  40. "nodes": [
  41. {
  42. // splitv split container with 3 children
  43. "border": "normal",
  44. "floating": "auto_off",
  45. "layout": "splitv",
  46. "percent": 1,
  47. "type": "con",
  48. "nodes": [
  49. {
  50. "border": "normal",
  51. "current_border_width": 2,
  52. "floating": "auto_off",
  53. "geometry": {
  54. "height": 248,
  55. "width": 464,
  56. "x": 0,
  57. "y": 0
  58. },
  59. "name": "Now playing",
  60. "percent": 0.266666666666667,
  61. "swallows": [
  62. {
  63. "class": "^Clementine$",
  64. "title": "^Visualização\\ Clementine$"
  65. }
  66. ],
  67. "type": "con"
  68. },
  69. {
  70. "border": "normal",
  71. "current_border_width": 2,
  72. "floating": "auto_off",
  73. "geometry": {
  74. "height": 433,
  75. "width": 735,
  76. "x": 0,
  77. "y": 0
  78. },
  79. "name": "Telegram",
  80. "percent": 0.4,
  81. "swallows": [
  82. {
  83. "class": "^telegram$"
  84. }
  85. ],
  86. "type": "con"
  87. },
  88. {
  89. "border": "pixel",
  90. "current_border_width": 1,
  91. "floating": "auto_off",
  92. "geometry": {
  93. "height": 729,
  94. "width": 451,
  95. "x": 913,
  96. "y": 37
  97. },
  98. "name": "Terminal",
  99. "percent": 0.333333333333333,
  100. "swallows": [
  101. {
  102. "class": "^Gnome\\-terminal$"
  103. }
  104. ],
  105. "type": "con"
  106. }
  107. ]
  108. }
  109. ]
  110. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement