diff options
Diffstat (limited to 'PROGRAMMING.json')
-rw-r--r-- | PROGRAMMING.json | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/PROGRAMMING.json b/PROGRAMMING.json index e455125..7f6fbde 100644 --- a/PROGRAMMING.json +++ b/PROGRAMMING.json @@ -3,7 +3,7 @@ // stacked split container with 2 children "border": "normal", "layout": "stacked", - "percent": 0.722916666666667, + "percent": 0.771354166666667, "type": "con", "nodes": [ { @@ -12,7 +12,7 @@ "percent": 0.5, "swallows": [ { - "class": "^icecat\\-default$", + "class": "^[Ii]cecat.*", "title": "^GNU\\ IceCat$" } ], @@ -37,35 +37,33 @@ "border": "normal", "floating": "auto_off", "layout": "splitv", - "percent": 0.277083333333333, + "percent": 0.228645833333333, "type": "con", "nodes": [ { + "name": "Face Camera", "border": "none", "floating": "auto_off", - "name": "Chat", - "percent": 0.7, + "percent": 0.25781990521327, "swallows": [ { - "class": "^icecat\\-default$", - "title": "(^Chat\\ \\-\\ Twitch)|(^Creator\\ Dashboard)\\ \\—\\ GNU\\ IceCat$" + "title": "/dev/video0", + "class": "ffplay" } ], "type": "con" }, { - "name": "Face Camera", "border": "none", "floating": "auto_off", - "percent": 0.3, + "name": "Chat", + "percent": 0.74218009478673, "swallows": [ { - "title": "/dev/video0", - "class": "ffplay" + "class": "^Surf$" } ], "type": "con" } ] } - |