Advertisement
Guest User

Untitled

a guest
Jun 21st, 2021
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. {
  2. // splith split container with 2 children
  3. "border": "normal",
  4. "floating": "auto_off",
  5. "layout": "splith",
  6. "percent": 1,
  7. "type": "con",
  8. "nodes": [
  9. {
  10. "border": "pixel",
  11. "current_border_width": 2,
  12. "floating": "auto_off",
  13. "geometry": {
  14. "height": 458,
  15. "width": 731,
  16. "x": 0,
  17. "y": 0
  18. },
  19. "name": " BpyTOP",
  20. "percent": 0.6,
  21. "swallows": [
  22. {
  23. //"class": "^Termite$",
  24. "instance": "^as-bpytop$"
  25. }
  26. ],
  27. "type": "con"
  28. },
  29. {
  30. // splitv split container with 2 children
  31. "border": "normal",
  32. "floating": "auto_off",
  33. "layout": "splitv",
  34. "percent": 0.4,
  35. "type": "con",
  36. "nodes": [
  37. {
  38. "border": "pixel",
  39. "current_border_width": 2,
  40. "floating": "auto_off",
  41. "geometry": {
  42. "height": 458,
  43. "width": 731,
  44. "x": 0,
  45. "y": 0
  46. },
  47. "name": "nvtop",
  48. "percent": 0.6,
  49. "swallows": [
  50. {
  51. //"class": "^Termite$",
  52. "instance": "^as-nvtop$"
  53. }
  54. ],
  55. "type": "con"
  56. },
  57. {
  58. "border": "pixel",
  59. "current_border_width": 2,
  60. "floating": "auto_off",
  61. "geometry": {
  62. "height": 458,
  63. "width": 731,
  64. "x": 0,
  65. "y": 0
  66. },
  67. "name": "nethogs",
  68. "percent": 0.4,
  69. "swallows": [
  70. {
  71. //"class": "^Termite$",
  72. "instance": "^as-nethogs$"
  73. }
  74. ],
  75. "type": "con"
  76. }
  77. ]
  78. }
  79. ]
  80. }
  81.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement