Compare commits

...

2 Commits

3 changed files with 6 additions and 2 deletions

View File

@ -9,6 +9,10 @@ exec --no-startup-id flatpak run --env=LC_ALL=en_US.utf8 org.telegram.desktop -s
#exec --no-startup-id sleep 15 && foot --title=default\ nheko flatpak run im.nheko.Nheko//master --profile default
exec --no-startup-id sleep 15 && flatpak run im.nheko.Nheko//master --profile default
# FluffyChat (Matrix protocol), sleeping just in case, my wrapper so Snap
# works
exec --no-startup-id sleep 15 && ~/src/gitea.blesmrt.net/Mikaela/scripts/bash/usr-local-bin/fluffychat
# Dino, electronless XMPP
#exec --no-startup-id dino --gapplication-service
exec --no-startup-id flatpak run im.dino.Dino --gapplication-service

View File

@ -198,7 +198,7 @@ fi
TZ=$(date +%Z)
# Sets PATH. To add another path, add :</path/to/new/path> to string below.
PATH=$HOME/.local/bin:$HOME/bin:$HOME/go/bin:$HOME/.local/share/flatpak/exports/bin:/var/lib/flatpak/exports/bin:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/local/games:/usr/bin:/usr/sbin:/usr/games:/bin:/sbin:/games:$PATH
PATH=$HOME/.local/bin:$HOME/bin:$HOME/go/bin:$HOME/.local/share/flatpak/exports/bin:/var/lib/flatpak/exports/bin:/usr/local/bin:/usr/local/sbin:/usr/local/games:/snap/bin:/usr/bin:/usr/sbin:/usr/games:/bin:/sbin:/games:$PATH
# Add RubyGems to PATH
if hash ruby 2>/dev/null; then

View File

@ -158,7 +158,7 @@ fi
TZ=$(date +%Z)
# Sets PATH. To add another path, add :</path/to/new/path> to string below.
PATH=$HOME/.local/bin:$HOME/bin:$HOME/go/bin:$HOME/.local/share/flatpak/exports/bin:/var/lib/flatpak/exports/bin:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/local/games:/usr/bin:/usr/sbin:/usr/games:/bin:/sbin:/games:$PATH
PATH=$HOME/.local/bin:$HOME/bin:$HOME/go/bin:$HOME/.local/share/flatpak/exports/bin:/var/lib/flatpak/exports/bin:/usr/local/bin:/usr/local/sbin:/usr/local/games:/snap/bin:/usr/bin:/usr/sbin:/usr/games:/bin:/sbin:/games:$PATH
# Add RubyGems to PATH
if hash ruby 2>/dev/null; then