remove discord from autostart
This commit is contained in:
parent
ecefb03f20
commit
ebbebc4260
2 changed files with 0 additions and 13 deletions
|
@ -1,11 +0,0 @@
|
||||||
[Desktop Entry]
|
|
||||||
Name=Discord
|
|
||||||
StartupWMClass=discord
|
|
||||||
Comment=All-in-one voice and text chat for gamers that's free, secure, and works on both your desktop and phone.
|
|
||||||
GenericName=Internet Messenger
|
|
||||||
Exec=/usr/bin/discord
|
|
||||||
Icon=discord
|
|
||||||
Type=Application
|
|
||||||
Categories=Network;InstantMessaging;
|
|
||||||
Path=/usr/bin
|
|
||||||
Path=/usr/bin
|
|
|
@ -53,8 +53,6 @@ def setup():
|
||||||
flatpak_install("com.discordapp.Discord")
|
flatpak_install("com.discordapp.Discord")
|
||||||
paru_install("betterdiscordctl-git")
|
paru_install("betterdiscordctl-git")
|
||||||
|
|
||||||
copy_file("home/.config/autostart/discord.desktop")
|
|
||||||
|
|
||||||
for id in PLUGINS:
|
for id in PLUGINS:
|
||||||
url = f"https://betterdiscord.app/Download?id={id}"
|
url = f"https://betterdiscord.app/Download?id={id}"
|
||||||
log.log(f"installing {url}")
|
log.log(f"installing {url}")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue