Advertisement
pisaka

json с оф сайта

Jan 10th, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. {
  2. // splitv split container with 2 children
  3. "layout": "splitv",
  4. "percent": 0.4,
  5. "type": "con",
  6. "nodes": [
  7. {
  8. "border": "none",
  9. "name": "irssi",
  10. "percent": 0.5,
  11. "type": "con",
  12. "swallows": [
  13. {
  14. "class": "^URxvt$",
  15. "instance": "^irssi$"
  16. }
  17. ]
  18. },
  19. {
  20. // stacked split container with 2 children
  21. "layout": "stacked",
  22. "percent": 0.5,
  23. "type": "con",
  24. "nodes": [
  25. {
  26. "name": "notmuch",
  27. "percent": 0.5,
  28. "type": "con",
  29. "swallows": [
  30. {
  31. "class": "^Emacs$",
  32. "instance": "^notmuch$"
  33. }
  34. ]
  35. },
  36. {
  37. "name": "midna: ~",
  38. "percent": 0.5,
  39. "type": "con"
  40. }
  41. ]
  42. }
  43. ]
  44. }
  45.  
  46. {
  47. // stacked split container with 1 children
  48. "layout": "stacked",
  49. "percent": 0.6,
  50. "type": "con",
  51. "nodes": [
  52. {
  53. "name": "chrome",
  54. "type": "con",
  55. "swallows": [
  56. {
  57. "class": "^Google-chrome$"
  58. }
  59. ]
  60. }
  61. ]
  62. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement