diff options
-rwxr-xr-x | DIY | 2 | ||||
-rw-r--r-- | DIY.json | 4 | ||||
-rwxr-xr-x | GBA | 2 | ||||
-rw-r--r-- | GBA.json | 4 | ||||
-rwxr-xr-x | PROGRAMMING | 2 | ||||
-rw-r--r-- | PROGRAMMING.json | 7 |
6 files changed, 11 insertions, 10 deletions
@@ -3,4 +3,4 @@ append_layout $(readlink -f $(dirname $0))/DIY.json; border none; exec --no-startup-id ffplay -fflags nobuffer -flags low_delay -framedrop /dev/video0 exec --no-startup-id ffplay -fflags nobuffer -flags low_delay -framedrop /dev/video2 -exec --no-startup-id chromium --app=https://dashboard.twitch.tv/popout/u/ekaitzza/stream-manager/chat" +exec --no-startup-id icecat --new-window https://dashboard.twitch.tv/popout/u/ekaitzza/stream-manager/chat" @@ -27,8 +27,8 @@ "percent": 0.7, "swallows": [ { - "class": "^Chromium\\-browser$", - "instance": "^dashboard\\.twitch\\.tv__popout_u_ekaitzza_stream\\-manager_chat$" + "class": "^icecat\\-default$", + "title": "(^Chat\\ \\-\\ Twitch)|(^Creator\\ Dashboard)\\ \\—\\ GNU\\ IceCat$" } ], "type": "con" @@ -2,4 +2,4 @@ i3-msg "workspace 9; append_layout $(readlink -f $(dirname $0))/GBA.json; exec --no-startup-id ffplay -fflags nobuffer -flags low_delay -framedrop /dev/video0 exec --no-startup-id mgba-qt -exec --no-startup-id chromium --app=https://dashboard.twitch.tv/popout/u/ekaitzza/stream-manager/chat" +exec --no-startup-id icecat --new-window https://dashboard.twitch.tv/popout/u/ekaitzza/stream-manager/chat" @@ -27,8 +27,8 @@ "percent": 0.7, "swallows": [ { - "class": "^Chromium\\-browser$", - "instance": "^dashboard\\.twitch\\.tv__popout_u_ekaitzza_stream\\-manager_chat$" + "class": "^icecat\\-default$", + "title": "(^Chat\\ \\-\\ Twitch)|(^Creator\\ Dashboard)\\ \\—\\ GNU\\ IceCat$" } ], "type": "con" diff --git a/PROGRAMMING b/PROGRAMMING index b19a47c..4f068b4 100755 --- a/PROGRAMMING +++ b/PROGRAMMING @@ -3,4 +3,4 @@ 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 chromium --app=https://dashboard.twitch.tv/popout/u/ekaitzza/stream-manager/chat" +exec --no-startup-id icecat --new-window https://dashboard.twitch.tv/popout/u/ekaitzza/stream-manager/chat" diff --git a/PROGRAMMING.json b/PROGRAMMING.json index 51b0011..e455125 100644 --- a/PROGRAMMING.json +++ b/PROGRAMMING.json @@ -12,7 +12,8 @@ "percent": 0.5, "swallows": [ { - "title": "GNU IceCat$" + "class": "^icecat\\-default$", + "title": "^GNU\\ IceCat$" } ], "type": "con" @@ -46,8 +47,8 @@ "percent": 0.7, "swallows": [ { - "class": "^Chromium\\-browser$", - "instance": "^dashboard\\.twitch\\.tv__popout_u_ekaitzza_stream\\-manager_chat$" + "class": "^icecat\\-default$", + "title": "(^Chat\\ \\-\\ Twitch)|(^Creator\\ Dashboard)\\ \\—\\ GNU\\ IceCat$" } ], "type": "con" |