diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2025-04-12 23:12:40 +0200 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2025-04-12 23:12:40 +0200 |
commit | 997c4f364e59f750de4adb848326abe3035727ae (patch) | |
tree | 63045c67c9b4cde97376d7a92e8754bc0a0c251d /PROGRAMMING | |
parent | 49a2207c19fefcf81de82be7e99cebaccc0c117e (diff) |
PROGRAMMING: use surf for the chat and good luck
Diffstat (limited to 'PROGRAMMING')
-rwxr-xr-x | PROGRAMMING | 4 |
1 files changed, 2 insertions, 2 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" |