summaryrefslogtreecommitdiff
path: root/DIY.json
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2023-01-06 00:28:03 +0100
committerEkaitz Zarraga <ekaitz@elenq.tech>2023-01-06 00:28:03 +0100
commit178a036e0eb9dcd7c5b213292af75c6233b272cc (patch)
treeec23ca4c3f81a1e2aea37f8bf86cd415560c8d1b /DIY.json
Make basic layouts
Diffstat (limited to 'DIY.json')
-rw-r--r--DIY.json52
1 files changed, 52 insertions, 0 deletions
diff --git a/DIY.json b/DIY.json
new file mode 100644
index 0000000..f109cbd
--- /dev/null
+++ b/DIY.json
@@ -0,0 +1,52 @@
+{
+ "border": "none",
+ "floating": "auto_off",
+ "name": "Global Camera",
+ "percent": 0.722916666666667,
+ "swallows": [
+ {
+ "title": "/dev/video2",
+ "class": "ffplay"
+ }
+ ],
+ "type": "con"
+}
+
+{
+ // splitv split container with 2 children
+ "border": "normal",
+ "floating": "auto_off",
+ "layout": "splitv",
+ "percent": 0.277083333333333,
+ "type": "con",
+ "nodes": [
+ {
+ "border": "none",
+ "floating": "auto_off",
+ "name": "Chat",
+ "percent": 0.7,
+ "swallows": [
+ {
+ "class": "^Chromium\\-browser$",
+ "instance": "^dashboard\\.twitch\\.tv__popout_u_ekaitzza_stream\\-manager_chat$"
+ }
+ ],
+ "type": "con"
+ },
+ {
+ "name": "Face Camera",
+ "border": "none",
+ "floating": "auto_off",
+ "name": "Alacritty",
+ "percent": 0.3,
+ "swallows": [
+ {
+ "title": "/dev/video0",
+ "class": "ffplay"
+ }
+ ],
+ "type": "con"
+ }
+ ]
+}
+