From 5450878387ee28f1f625662b37aa6a5c075927e8 Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Mon, 27 Jun 2022 23:29:13 -0400 Subject: [PATCH] Assign isn't working, use layout --- layout/w5.json | 32 ++++++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/layout/w5.json b/layout/w5.json index b28b04f..ec9039e 100644 --- a/layout/w5.json +++ b/layout/w5.json @@ -1,3 +1,31 @@ - - +{ + "border": "normal", + "floating": "auto_off", + "layout": "tabbed", + "marks": [], + "percent": 1, + "type": "con", + "nodes": [ + { + "border": "none", + "current_border_width": 2, + "floating": "auto_off", + "geometry": { + "height": 1042, + "width": 1920, + "x": 0, + "y": 18 + }, + "marks": [], + "name": "Plexamp", + "percent": null, + "swallows": [ + { + "class": "^Plexamp$" + } + ], + "type": "con" + } + ] +}