From 7ded48a28e01bb36da50f1095e9d7d8d1ca156d0 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Wed, 16 Aug 2023 12:45:45 +0200 Subject: Move to icecat. Problem: no --app like in chromium :( --- DIY | 2 +- DIY.json | 4 ++-- GBA | 2 +- GBA.json | 4 ++-- PROGRAMMING | 2 +- PROGRAMMING.json | 7 ++++--- 6 files changed, 11 insertions(+), 10 deletions(-) diff --git a/DIY b/DIY index 222ae3e..177bbde 100755 --- a/DIY +++ b/DIY @@ -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" diff --git a/DIY.json b/DIY.json index f109cbd..aa1c96a 100644 --- a/DIY.json +++ b/DIY.json @@ -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/GBA b/GBA index 2127757..5d82501 100755 --- a/GBA +++ b/GBA @@ -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" diff --git a/GBA.json b/GBA.json index 376e980..343fca2 100644 --- a/GBA.json +++ b/GBA.json @@ -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" -- cgit v1.2.3