mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-06-30 04:20:43 +00:00
Add desktop launchers in autostart
This commit is contained in:
parent
cd735b1426
commit
1d63c561a2
4 changed files with 43 additions and 0 deletions
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
|
Loading…
Add table
Add a link
Reference in a new issue