Last active
February 3, 2023 08:38
-
-
Save dschier-wtd/9f88ce9e664c54a618781fb91c2c6773 to your computer and use it in GitHub Desktop.
telegram desktop autostart
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Desktop entry below | |
Put the below content to ~/.config/autostart/telegram-desktop.desktop | |
``` | |
[Desktop Entry] | |
Version=1.0 | |
Name=Telegram Desktop | |
GenericName=Telegram Desktop | |
Keywords=IM;Chat; | |
Comment=Official desktop version of Telegram messaging app | |
Exec=/usr/bin/telegram-desktop -startintray %u | |
Icon=telegram-desktop | |
Terminal=false | |
StartupWMClass=TelegramDesktop | |
Type=Application | |
Categories=Network;InstantMessaging;Qt; | |
MimeType=x-scheme-handler/tg; | |
X-Desktop-File-Install-Version=0.23 | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment