added whatsapp, telegram, steam-chat desktop

This commit is contained in:
Niklas 2020-07-05 21:13:41 +02:00
parent d5238c1d1d
commit 24a34ddb39
3 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,9 @@
[Desktop Entry]
Type=Application
Version=1.0
Name=Steam chat
Comment=Open surf with steam chat
Exec=sh -c "$XDG_DATA_HOME/scripts/steam-chat.sh"
Terminal=false
Categories=Network;InstantMessaging

View File

@ -0,0 +1,9 @@
[Desktop Entry]
Type=Application
Version=1.0
Name=Telegram
Comment=Open surf with telegram
Exec=sh -c "$XDG_DATA_HOME/scripts/telegram.sh"
Terminal=false
Categories=Network;InstantMessaging

View File

@ -0,0 +1,9 @@
[Desktop Entry]
Type=Application
Version=1.0
Name=Whatsapp
Comment=Open surf with whatsapp
Exec=sh -c "$XDG_DATA_HOME/scripts/whatsapp.sh"
Terminal=false
Categories=Network;InstantMessaging