summaryrefslogtreecommitdiff
path: root/PROGRAMMING.json
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2023-01-29 23:35:31 +0100
committerEkaitz Zarraga <ekaitz@elenq.tech>2023-01-29 23:35:31 +0100
commita0d84e98cf10c58cc8f7bd51ca0d2df83fad3a33 (patch)
tree79959e64df56396b0f2595aa573e7b43ef46b3b6 /PROGRAMMING.json
parentdc5fa8ec26a0100f15cbd5d4894ed5a4edbd1bbd (diff)
Add programming layout
Diffstat (limited to 'PROGRAMMING.json')
-rw-r--r--PROGRAMMING.json70
1 files changed, 70 insertions, 0 deletions
diff --git a/PROGRAMMING.json b/PROGRAMMING.json
new file mode 100644
index 0000000..51b0011
--- /dev/null
+++ b/PROGRAMMING.json
@@ -0,0 +1,70 @@
+// vim:ts=4:sw=4:et
+{
+ // stacked split container with 2 children
+ "border": "normal",
+ "layout": "stacked",
+ "percent": 0.722916666666667,
+ "type": "con",
+ "nodes": [
+ {
+ "border": "normal",
+ "name": "icecat",
+ "percent": 0.5,
+ "swallows": [
+ {
+ "title": "GNU IceCat$"
+ }
+ ],
+ "type": "con"
+ },
+ {
+ "border": "normal",
+ "name": "Alacritty",
+ "percent": 0.5,
+ "swallows": [
+ {
+ "class": "^Alacritty$"
+ }
+ ],
+ "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",
+ "percent": 0.3,
+ "swallows": [
+ {
+ "title": "/dev/video0",
+ "class": "ffplay"
+ }
+ ],
+ "type": "con"
+ }
+ ]
+}
+