aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dot_config/sway
diff options
context:
space:
mode:
Diffstat (limited to 'dot_config/sway')
-rw-r--r--dot_config/sway/executable_tb-autostart.sh2
-rw-r--r--dot_config/sway/executable_tb-toggle.sh2
2 files changed, 2 insertions, 2 deletions
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