Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- // splith split container with 2 children
- "border": "normal",
- "floating": "auto_off",
- "layout": "splith",
- "percent": 1,
- "type": "con",
- "nodes": [
- {
- "border": "pixel",
- "current_border_width": 2,
- "floating": "auto_off",
- "geometry": {
- "height": 458,
- "width": 731,
- "x": 0,
- "y": 0
- },
- "name": " BpyTOP",
- "percent": 0.6,
- "swallows": [
- {
- //"class": "^Termite$",
- "instance": "^as-bpytop$"
- }
- ],
- "type": "con"
- },
- {
- // splitv split container with 2 children
- "border": "normal",
- "floating": "auto_off",
- "layout": "splitv",
- "percent": 0.4,
- "type": "con",
- "nodes": [
- {
- "border": "pixel",
- "current_border_width": 2,
- "floating": "auto_off",
- "geometry": {
- "height": 458,
- "width": 731,
- "x": 0,
- "y": 0
- },
- "name": "nvtop",
- "percent": 0.6,
- "swallows": [
- {
- //"class": "^Termite$",
- "instance": "^as-nvtop$"
- }
- ],
- "type": "con"
- },
- {
- "border": "pixel",
- "current_border_width": 2,
- "floating": "auto_off",
- "geometry": {
- "height": 458,
- "width": 731,
- "x": 0,
- "y": 0
- },
- "name": "nethogs",
- "percent": 0.4,
- "swallows": [
- {
- //"class": "^Termite$",
- "instance": "^as-nethogs$"
- }
- ],
- "type": "con"
- }
- ]
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement