Compare commits

...

3 Commits

4 changed files with 6 additions and 2 deletions

View File

@ -17,6 +17,7 @@
pulln = pull --no-ff
pullen = pull --no-ff
shorten = "!sh -c 'curl -i http://git.io -F url=$1' -"
verify = verify-commit HEAD
[core]
editor = vim

View File

@ -17,6 +17,7 @@
pulln = pull --no-ff
pullen = pull --no-ff
shorten = "!sh -c 'curl -i http://git.io -F url=$1' -"
verify = verify-commit HEAD
[core]
editor = vim

View File

@ -461,7 +461,7 @@ exec --no-startup-id sleep 8 && dino
# Telegram
#exec --no-startup-id sleep 15 && env LANG=en BAMF_DESKTOP_FILE_HINT=/var/lib/snapd/desktop/applications/telegram-desktop_telegram-desktop.desktop /var/lib/snapd/snap/bin/telegram-desktop -startintray
#exec --no-startup-id sleep 15 && env LANG=en telegram-desktop -startintray
exec --no-startup-id env LANG=en flatpak run --branch=beta --command=telegram-desktop --file-forwarding org.telegram.desktop -startintray
exec --no-startup-id sleep 15 && env LANG=en flatpak run --branch=beta --command=telegram-desktop --file-forwarding org.telegram.desktop -startintray
# HexChat IRC client in tray
#exec --no-startup-id sleep 20 && io.github.Hexchat --minimize=2
# who actually prefers HexChat?

View File

@ -7,7 +7,9 @@ After=network-online.target systemd-resolved.service
[Service]
Environment="PATH=/home/matterbridge/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin"
ExecStart=/home/matterbridge/.local/bin/matterbridge -debug -conf /home/matterbridge/matterbridge.toml
# To get Telegram chatid, add the bot to the group and say /groupId, -debug
# isn't needed for it nowadays
ExecStart=/home/matterbridge/.local/bin/matterbridge -conf /home/matterbridge/matterbridge.toml
Restart=always
RestartSec=5s
User=matterbridge