Markzs

Untitled

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