added whatsapp, telegram, steam-chat desktop
This commit is contained in:
parent
d5238c1d1d
commit
24a34ddb39
9
.local/share/applications/steam-chat.desktop
Normal file
9
.local/share/applications/steam-chat.desktop
Normal 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
|
9
.local/share/applications/telegram.desktop
Normal file
9
.local/share/applications/telegram.desktop
Normal 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
|
9
.local/share/applications/whatsapp.desktop
Normal file
9
.local/share/applications/whatsapp.desktop
Normal 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
|
Loading…
Reference in New Issue
Block a user