diff options
-rwxr-xr-x | PROGRAMMING | 4 | ||||
-rw-r--r-- | PROGRAMMING.json | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/PROGRAMMING b/PROGRAMMING index b8727a5..3150281 100755 --- a/PROGRAMMING +++ b/PROGRAMMING @@ -1,6 +1,6 @@ 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 ffplay -window_title 'My face' -fflags nobuffer -flags low_delay -framedrop /dev/video0 exec --no-startup-id alacritty 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" +exec --no-startup-id surf -z 1.3 https://dashboard.twitch.tv/popout/u/ekaitzza/stream-manager/chat" diff --git a/PROGRAMMING.json b/PROGRAMMING.json index 7f6fbde..5897d31 100644 --- a/PROGRAMMING.json +++ b/PROGRAMMING.json @@ -47,8 +47,7 @@ "percent": 0.25781990521327, "swallows": [ { - "title": "/dev/video0", - "class": "ffplay" + "class": "^ffplay$" } ], "type": "con" |