mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Add desktop launchers in autostart
This commit is contained in:
parent
cd735b1426
commit
1d63c561a2
8
home/.config/autostart/apparmor-notify.desktop
Normal file
8
home/.config/autostart/apparmor-notify.desktop
Normal file
|
@ -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
|
9
home/.config/autostart/discord-stable.desktop
Normal file
9
home/.config/autostart/discord-stable.desktop
Normal file
|
@ -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
|
|
@ -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;
|
12
home/.config/autostart/opensnitch_ui.desktop
Normal file
12
home/.config/autostart/opensnitch_ui.desktop
Normal file
|
@ -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
|
Loading…
Reference in a new issue