123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177 |
- // vim:ts=4:sw=4:et
- {
- // splitv split container with 2 children
- "border": "normal",
- "floating": "auto_off",
- "layout": "splitv",
- "percent": 0.4,
- "type": "con",
- "nodes": [
- {
- // splith split container with 1 children
- "border": "normal",
- "floating": "auto_off",
- "layout": "splith",
- "percent": 0.5,
- "type": "con",
- "nodes": [
- {
- // tabbed split container with 2 children
- "border": "normal",
- "floating": "auto_off",
- "layout": "tabbed",
- "percent": 1,
- "type": "con",
- "nodes": [
- {
- "border": "normal",
- "current_border_width": 2,
- "floating": "auto_off",
- "geometry": {
- "height": 337,
- "width": 1362,
- "x": 2,
- "y": 36
- },
- "name": "work-pub: Files",
- "percent": 0.5,
- "swallows": [
- {
- "class": "^work\\-pub\\:Nautilus$",
- "instance": "^work\\-pub\\:nautilus$"
-
- }
- ],
- "type": "con"
- },
- {
- "border": "normal",
- "current_border_width": 2,
- "floating": "auto_off",
- "geometry": {
- "height": 337,
- "width": 1362,
- "x": 2,
- "y": 36
- },
- "name": "work: Files",
- "percent": 0.5,
- "swallows": [
- {
- "class": "^work\\:Nautilus$",
- "instance": "^work\\:nautilus$"
-
- }
- ],
- "type": "con"
- }
- ]
- }
- ]
- },
- {
- // tabbed split container with 2 children
- "border": "normal",
- "floating": "auto_off",
- "layout": "tabbed",
- "percent": 0.5,
- "type": "con",
- "nodes": [
- {
- "border": "normal",
- "current_border_width": 2,
- "floating": "auto_off",
- "geometry": {
- "height": 462,
- "width": 734,
- "x": 0,
- "y": 0
- },
- "name": "Work: Terminal",
- "percent": 0.5,
- "swallows": [
- {
- "class": "^work\\:Gnome\\-terminal$",
- "instance": "^work\\:gnome\\-terminal\\-server$"
-
- }
- ],
- "type": "con"
- },
- {
- "border": "normal",
- "current_border_width": 2,
- "floating": "auto_off",
- "geometry": {
- "height": 462,
- "width": 734,
- "x": 0,
- "y": 0
- },
- "name": "work-pub: Terminal",
- "percent": 0.5,
- "swallows": [
- {
- "class": "^work\\-pub\\:Gnome\\-terminal$",
- "instance": "^work\\-pub\\:gnome\\-terminal\\-server$"
- }
- ],
- "type": "con"
- }
- ]
- }
- ]
- }
- {
- // tabbed split container with 2 children
- "border": "normal",
- "floating": "auto_off",
- "layout": "tabbed",
- "percent": 0.6,
- "type": "con",
- "nodes": [
- {
- "border": "normal",
- "current_border_width": 2,
- "floating": "auto_off",
- "geometry": {
- "height": 786,
- "width": 820,
- "x": 549,
- "y": 13
- },
- "name": "work-pub: Editor",
- "percent": 0.5,
- "swallows": [
- {
- "class": "^work\\-pub\\:Evince$",
- "instance": "^work\\-pub\\:evince$"
- }
- ],
- "type": "con"
- },
- {
- "border": "normal",
- "current_border_width": 2,
- "floating": "auto_off",
- "geometry": {
- "height": 1218,
- "width": 1926,
- "x": 1363,
- "y": 13
- },
- "name": "work: Editor",
- "percent": 0.5,
- "swallows": [
- {
- "class": "^work\\:Evince$",
- "instance": "^work\\:evince$"
- }
- ],
- "type": "con"
- }
- ]
- }
|