diff --git a/home/.config/autostart/apparmor-notify.desktop b/home/.config/autostart/apparmor-notify.desktop new file mode 100644 index 0000000..36d6e71 --- /dev/null +++ b/home/.config/autostart/apparmor-notify.desktop @@ -0,0 +1,8 @@ +[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 new file mode 100644 index 0000000..e464844 --- /dev/null +++ b/home/.config/autostart/discord-stable.desktop @@ -0,0 +1,9 @@ +[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 new file mode 100644 index 0000000..528683e --- /dev/null +++ b/home/.config/autostart/io.optimus_manager.OptimusManagerQt.desktop @@ -0,0 +1,14 @@ +[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 new file mode 100644 index 0000000..49a4945 --- /dev/null +++ b/home/.config/autostart/opensnitch_ui.desktop @@ -0,0 +1,12 @@ +[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