diff options
Diffstat (limited to 'dot_config')
| -rw-r--r-- | dot_config/streamlink/config | 2 | ||||
| -rw-r--r-- | dot_config/sway/executable_tb-autostart.sh | 2 | ||||
| -rw-r--r-- | dot_config/sway/executable_tb-toggle.sh | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dot_config/streamlink/config b/dot_config/streamlink/config index 6916230..3a18521 100644 --- a/dot_config/streamlink/config +++ b/dot_config/streamlink/config @@ -1,3 +1,3 @@ -player=mpv +player=flatpak run io.mpv.Mpv default-stream=best twitch-disable-reruns diff --git a/dot_config/sway/executable_tb-autostart.sh b/dot_config/sway/executable_tb-autostart.sh index efb5cc3..13c8fe8 100644 --- a/dot_config/sway/executable_tb-autostart.sh +++ b/dot_config/sway/executable_tb-autostart.sh @@ -25,7 +25,7 @@ done # Small grace period so the SMTP listener (1025) catches up too. sleep 10 -thunderbird & +flatpak run org.mozilla.thunderbird & for _ in $(seq 1 200); do if swaymsg -t get_tree | jq -e --arg m "$MARK" ' diff --git a/dot_config/sway/executable_tb-toggle.sh b/dot_config/sway/executable_tb-toggle.sh index 77a3307..56bb662 100644 --- a/dot_config/sway/executable_tb-toggle.sh +++ b/dot_config/sway/executable_tb-toggle.sh @@ -18,7 +18,7 @@ tb_ws=$(swaymsg -t get_tree | jq -r --arg m "$MARK" ' ) // empty') if [ -z "$tb_ws" ]; then - exec thunderbird + exec flatpak run org.mozilla.thunderbird fi if [ "$tb_ws" = "__i3_scratch" ]; then |
