diff options
-rwxr-xr-x | PROGRAMMING | 4 | ||||
-rw-r--r-- | PROGRAMMING.json | 22 |
2 files changed, 12 insertions, 14 deletions
diff --git a/PROGRAMMING b/PROGRAMMING index 4f068b4..b8727a5 100755 --- a/PROGRAMMING +++ b/PROGRAMMING @@ -2,5 +2,5 @@ i3-msg "workspace 9; append_layout $(readlink -f $(dirname $0))/PROGRAMMING.json; exec --no-startup-id ffplay -fflags nobuffer -flags low_delay -framedrop /dev/video0 exec --no-startup-id alacritty -exec --no-startup-id icecat --new-window -exec --no-startup-id icecat --new-window https://dashboard.twitch.tv/popout/u/ekaitzza/stream-manager/chat" +exec --no-startup-id icecat --new-window "https://elenq.tech" +exec --no-startup-id surf https://dashboard.twitch.tv/popout/u/ekaitzza/stream-manager/chat" 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" } ] } - |