Advertisement
derekagraham

Untitled

Aug 30th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. // vim:ts=4:sw=4:et
  2. {
  3. // this is a manually added container to restore the vertical split
  4. "layout": "splitv",
  5. "percent": 0.5,
  6. "type": "con",
  7. "nodes": [
  8.  
  9. {
  10. "border": "pixel",
  11. "current_border_width": 2,
  12. "floating": "auto_off",
  13. "geometry": {
  14. "height": 502,
  15. "width": 1920,
  16. "x": 0,
  17. "y": 0
  18. },
  19. "name": "Activity - Discord",
  20. "percent": 1,
  21. "swallows": [
  22. {
  23. "class": "discord",
  24. "instance": "discord"
  25.  
  26. }
  27. ],
  28. "type": "con"
  29. }
  30. ]
  31. }
  32.  
  33. {
  34. // splith split container with 2 children
  35. "border": "none",
  36. "floating": "auto_off",
  37. "layout": "splitv",
  38. "percent": 0.5,
  39. "type": "con",
  40. "nodes": [
  41. {
  42. "border": "pixel",
  43. "current_border_width": 2,
  44. "floating": "auto_off",
  45. "geometry": {
  46. "height": 1008,
  47. "width": 1920,
  48. "x": 0,
  49. "y": 32
  50. },
  51. "name": "Telegram (26)",
  52. "percent": 0.5,
  53. "swallows": [
  54. {
  55. "class": "Telegram"
  56.  
  57.  
  58. }
  59. ],
  60. "type": "con"
  61. },
  62. {
  63. "border": "pixel",
  64. "current_border_width": 2,
  65. "floating": "auto_off",
  66. "layout": "splith",
  67. "geometry": {
  68. "height": 502,
  69. "width": 1920,
  70. "x": 0,
  71. "y": 0
  72. },
  73. "name": "Skype",
  74. "percent": 0.5,
  75. "swallows": [
  76. {
  77. "class": "^Skype$",
  78. "instance": "^skype$"
  79.  
  80. }
  81. ],
  82. "type": "con"
  83. }
  84. ]
  85. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement