TildaFirefoxPersonal.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. // vim:ts=4:sw=4:et
  2. {
  3. // tabbed split container with 2 children
  4. "border": "normal",
  5. "floating": "auto_off",
  6. "layout": "tabbed",
  7. "percent": 1,
  8. "type": "con",
  9. "nodes": [
  10. {
  11. "border": "normal",
  12. "current_border_width": 2,
  13. "floating": "auto_off",
  14. "geometry": {
  15. "height": 736,
  16. "width": 1001,
  17. "x": 365,
  18. "y": 0
  19. },
  20. "name": "personal: Tilda",
  21. "percent": 0.5,
  22. "swallows": [
  23. {
  24. "class": "^personal\\:Tilda$",
  25. "instance": "^personal\\:tilda$"
  26. // "title": "^tilda$",
  27. // "transient_for": "^$"
  28. }
  29. ],
  30. "type": "con"
  31. },
  32. {
  33. "border": "normal",
  34. "current_border_width": 2,
  35. "floating": "auto_off",
  36. "geometry": {
  37. "height": 739,
  38. "width": 1366,
  39. "x": 0,
  40. "y": 29
  41. },
  42. "name": "personal: Firefox",
  43. "percent": 0.5,
  44. "swallows": [
  45. {
  46. "class": "^personal\\:Firefox$",
  47. "instance": "^personal\\:Navigator$"
  48. // "title": "^Facebook\\ \\-\\ Mozilla\\ Firefox$",
  49. // "transient_for": "^$"
  50. }
  51. ],
  52. "type": "con"
  53. }
  54. ]
  55. }