Markzs

Untitled

Oct 12th, 2016
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.44 KB | None | 0 0
  1. // vim:ts=4:sw=4:et
  2. {
  3. //manual
  4. "layout": "splitv",
  5. "type": "con",
  6. "nodes": [
  7. {
  8.  
  9. // splith split container with 2 children
  10. "border": "normal",
  11. "floating": "auto_off",
  12. "layout": "splith",
  13. "percent": 0.8,
  14. "type": "con",
  15. "nodes": [
  16. {
  17. "border": "normal",
  18. "current_border_width": 2,
  19. "floating": "auto_off",
  20. "geometry": {
  21. "height": 729,
  22. "width": 369,
  23. "x": 12,
  24. "y": 47
  25. },
  26. "name": "i3: Layout saving in i3 - Google Chrome",
  27. "percent": 0.5,
  28. "swallows": [
  29. {
  30. "class": "^google\\-chrome$"
  31. // "instance": "^google\\-chrome$",
  32. // "title": "^i3\\:\\ Layout\\ saving\\ in\\ i3\\ \\-\\ Google\\ Chrome$",
  33. // "transient_for": "^$",
  34. // "window_role": "^browser$"
  35. }
  36. ],
  37. "type": "con"
  38. },
  39. {
  40. "border": "normal",
  41. "current_border_width": 2,
  42. "floating": "auto_off",
  43. "geometry": {
  44. "height": 355,
  45. "width": 679,
  46. "x": 0,
  47. "y": 37
  48. },
  49. "name": "~/.i3/ws2.json - Sublime Text 2 (UNREGISTERED)",
  50. "percent": 0.5,
  51. "swallows": [
  52. {
  53. "class": "^sublime\\-text\\-2$"
  54. // "instance": "^sublime_text$",
  55. // "title": "^\\~\\/\\.i3\\/ws2\\.json\\ \\-\\ Sublime\\ Text\\ 2\\ \\(UNREGISTERED\\)$",
  56. // "transient_for": "^$"
  57. }
  58. ],
  59. "type": "con"
  60. }
  61. ]
  62. },
  63.  
  64. {
  65. "border": "normal",
  66. "current_border_width": 2,
  67. "floating": "auto_off",
  68. "geometry": {
  69. "height": 735,
  70. "width": 433,
  71. "x": 0,
  72. "y": 0
  73. },
  74. "name": "i3-save-tree /home/mark",
  75. "percent": 0.2,
  76. "swallows": [
  77. {
  78. "class": "^Gnome\\-terminal$"
  79. // "instance": "^gnome\\-terminal\\-server$",
  80. // "title": "^i3\\-save\\-tree\\ \\ \\/home\\/mark$",
  81. // "transient_for": "^$",
  82. // "window_role": "^gnome\\-terminal\\-window\\-52695403\\-c377\\-4512\\-af87\\-820d8ca7a183$"
  83. }
  84. ],
  85. "type": "con"
  86. }
  87.  
  88.  
  89. ]
  90. }
Add Comment
Please, Sign In to add comment