From 904e3ff1dfda75cb670d19f912d24c0a3a44cfd3 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Wed, 28 Jul 2021 05:31:36 +0200 Subject: [PATCH] Remove autostart configuration --- home/.config/autostart/apparmor-notify.desktop | 8 -------- home/.config/autostart/discord-stable.desktop | 9 --------- .../io.optimus_manager.OptimusManagerQt.desktop | 14 -------------- home/.config/autostart/opensnitch_ui.desktop | 12 ------------ 4 files changed, 43 deletions(-) delete mode 100644 home/.config/autostart/apparmor-notify.desktop delete mode 100644 home/.config/autostart/discord-stable.desktop delete mode 100644 home/.config/autostart/io.optimus_manager.OptimusManagerQt.desktop delete mode 100644 home/.config/autostart/opensnitch_ui.desktop diff --git a/home/.config/autostart/apparmor-notify.desktop b/home/.config/autostart/apparmor-notify.desktop deleted file mode 100644 index 36d6e71..0000000 --- a/home/.config/autostart/apparmor-notify.desktop +++ /dev/null @@ -1,8 +0,0 @@ -[Desktop Entry] -Type=Application -Name=AppArmor Notify -Comment=Receive on screen notifications of AppArmor denials -TryExec=aa-notify -Exec=aa-notify -p -s 1 -w 60 -f /var/log/audit/audit.log -StartupNotify=false -NoDisplay=true diff --git a/home/.config/autostart/discord-stable.desktop b/home/.config/autostart/discord-stable.desktop deleted file mode 100644 index e464844..0000000 --- a/home/.config/autostart/discord-stable.desktop +++ /dev/null @@ -1,9 +0,0 @@ -[Desktop Entry] -Type=Application -Exec=/opt/discord/Discord -Hidden=false -NoDisplay=false -Name=Discord -Icon=/opt/discord/discord.png -Comment=Text and voice chat for gamers. -X-GNOME-Autostart-enabled=true diff --git a/home/.config/autostart/io.optimus_manager.OptimusManagerQt.desktop b/home/.config/autostart/io.optimus_manager.OptimusManagerQt.desktop deleted file mode 100644 index 528683e..0000000 --- a/home/.config/autostart/io.optimus_manager.OptimusManagerQt.desktop +++ /dev/null @@ -1,14 +0,0 @@ -[Desktop Entry] -Name=Optimus Manager -Name[zh_CN]=Optimus 管理器 -Comment=A program to handle GPU switching on Optimus laptops -Comment[ru]=Программа для управления переключением графических процессоров на ноутбуках c Optimus -Comment[zh_CN]=处理双显卡笔记本电脑 GPU 切换的程序 -Keywords=nvidia;optimus;settings;switch;GPU; -Keywords[ru]=nvidia;optimus;settings;switch;GPU;настройки;видеокарта; -Exec=optimus-manager-qt -Icon=optimus-manager-qt -Terminal=false -StartupNotify=false -Type=Application -Categories=System;Settings;Qt; diff --git a/home/.config/autostart/opensnitch_ui.desktop b/home/.config/autostart/opensnitch_ui.desktop deleted file mode 100644 index 49a4945..0000000 --- a/home/.config/autostart/opensnitch_ui.desktop +++ /dev/null @@ -1,12 +0,0 @@ -[Desktop Entry] -Categories=System;Filesystem;Network; -Exec=/bin/sh -c 'pkill -15 opensnitch-ui; opensnitch-ui' -GenericName=OpenSnitch Firewall -Icon=opensnitch-ui -Keywords=system;firewall;policies;security;polkit;policykit;douane; -Name=OpenSnitch -NoDisplay=false -Terminal=false -Type=Application -X-GNOME-Autostart-Delay=3 -X-GNOME-Autostart-enabled=true