- Removed unneeded startup notify
- Fixed Mute typo
This commit is contained in:
parent
71549470f0
commit
d77c67c637
1 changed files with 1 additions and 7 deletions
|
|
@ -9,32 +9,26 @@ Categories=Utility;TelephonyTools
|
|||
Keywords=Discord
|
||||
Actions=Show;Hide;Mute;Unmute;Deaf;Undeaf
|
||||
|
||||
[Destkop Action Mute]
|
||||
[Desktop Action Mute]
|
||||
Exec=discover-overlay --rpc --mute
|
||||
Name=Mute Self
|
||||
StartupNotify=false
|
||||
|
||||
[Desktop Action Unmute]
|
||||
Exec=discover-overlay --rpc --unmute
|
||||
Name=Unmute Self
|
||||
StartupNotify=false
|
||||
|
||||
[Desktop Action Hide]
|
||||
Exec=discover-overlay --rpc --hide
|
||||
Name=Hide Overlay
|
||||
StartupNotify=false
|
||||
|
||||
[Desktop Action Show]
|
||||
Exec=discover-overlay --rpc --show
|
||||
Name=Show Overlay
|
||||
StartupNotify=false
|
||||
|
||||
[Desktop Action Deaf]
|
||||
Exec=discover-overlay --rpc --deaf
|
||||
Name=Deafen Self
|
||||
StartupNotify=false
|
||||
|
||||
[Desktop Action Undeaf]
|
||||
Exec=discover-overlay --rpc --undeaf
|
||||
Name=Undeafen Self
|
||||
StartupNotify=false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue