diff options
-rwxr-xr-x | DIY | 4 | ||||
-rwxr-xr-x | GBA | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ i3-msg "workspace 9; append_layout $(readlink -f $(dirname $0))/DIY.json; border none; -exec --no-startup-id ffplay /dev/video0 -exec --no-startup-id ffplay /dev/video2 +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" @@ -1,5 +1,5 @@ i3-msg "workspace 9; append_layout $(readlink -f $(dirname $0))/GBA.json; -exec --no-startup-id ffplay /dev/video0 +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" |