mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-04 00:24:21 +01:00
Compare commits
No commits in common. "6e77c77aa766ba0a7ee7c9c1ab40da407ba6f995" and "3e41121fa6e5a851d396dd730bfbc6b8922a68c3" have entirely different histories.
6e77c77aa7
...
3e41121fa6
@ -17,7 +17,6 @@
|
|||||||
pulln = pull --no-ff
|
pulln = pull --no-ff
|
||||||
pullen = pull --no-ff
|
pullen = pull --no-ff
|
||||||
shorten = "!sh -c 'curl -i http://git.io -F url=$1' -"
|
shorten = "!sh -c 'curl -i http://git.io -F url=$1' -"
|
||||||
verify = verify-commit HEAD
|
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
editor = vim
|
editor = vim
|
||||||
|
@ -17,7 +17,6 @@
|
|||||||
pulln = pull --no-ff
|
pulln = pull --no-ff
|
||||||
pullen = pull --no-ff
|
pullen = pull --no-ff
|
||||||
shorten = "!sh -c 'curl -i http://git.io -F url=$1' -"
|
shorten = "!sh -c 'curl -i http://git.io -F url=$1' -"
|
||||||
verify = verify-commit HEAD
|
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
editor = vim
|
editor = vim
|
||||||
|
@ -461,7 +461,7 @@ exec --no-startup-id sleep 8 && dino
|
|||||||
# Telegram
|
# 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 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 sleep 15 && env LANG=en 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
|
exec --no-startup-id env LANG=en flatpak run --branch=beta --command=telegram-desktop --file-forwarding org.telegram.desktop -startintray
|
||||||
# HexChat IRC client in tray
|
# HexChat IRC client in tray
|
||||||
#exec --no-startup-id sleep 20 && io.github.Hexchat --minimize=2
|
#exec --no-startup-id sleep 20 && io.github.Hexchat --minimize=2
|
||||||
# who actually prefers HexChat?
|
# who actually prefers HexChat?
|
||||||
|
@ -7,9 +7,7 @@ After=network-online.target systemd-resolved.service
|
|||||||
|
|
||||||
[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"
|
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"
|
||||||
# To get Telegram chatid, add the bot to the group and say /groupId, -debug
|
ExecStart=/home/matterbridge/.local/bin/matterbridge -debug -conf /home/matterbridge/matterbridge.toml
|
||||||
# isn't needed for it nowadays
|
|
||||||
ExecStart=/home/matterbridge/.local/bin/matterbridge -conf /home/matterbridge/matterbridge.toml
|
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=5s
|
RestartSec=5s
|
||||||
User=matterbridge
|
User=matterbridge
|
||||||
|
Loading…
Reference in New Issue
Block a user