From ebbebc4260b83258ac541a812262051cbc7a3938 Mon Sep 17 00:00:00 2001 From: developomp Date: Fri, 1 Jul 2022 10:48:02 +0900 Subject: [PATCH] remove discord from autostart --- home/.config/autostart/discord.desktop | 11 ----------- src/setup/apps/discord.py | 2 -- 2 files changed, 13 deletions(-) delete mode 100644 home/.config/autostart/discord.desktop diff --git a/home/.config/autostart/discord.desktop b/home/.config/autostart/discord.desktop deleted file mode 100644 index 462f9a2..0000000 --- a/home/.config/autostart/discord.desktop +++ /dev/null @@ -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 diff --git a/src/setup/apps/discord.py b/src/setup/apps/discord.py index 750bff6..2079fdf 100644 --- a/src/setup/apps/discord.py +++ b/src/setup/apps/discord.py @@ -53,8 +53,6 @@ def setup(): flatpak_install("com.discordapp.Discord") paru_install("betterdiscordctl-git") - copy_file("home/.config/autostart/discord.desktop") - for id in PLUGINS: url = f"https://betterdiscord.app/Download?id={id}" log.log(f"installing {url}")