disable mint report

This commit is contained in:
Pim Kunis 2023-02-25 17:43:21 +01:00
parent e8fe352cc8
commit 3d5044ab1b
2 changed files with 6 additions and 1 deletions

View file

@ -15,7 +15,7 @@ My current setup is [Linux Mint Vera](https://linuxmint.com/edition.php?id=302)
- i3 app shortcuts - i3 app shortcuts
- firefox config? extensions? host own synchronizer? - firefox config? extensions? host own synchronizer?
- i3 stutters - i3 stutters
- disable system reports - i3 sleep
#### Neovim #### Neovim

View file

@ -60,3 +60,8 @@
enabled: true enabled: true
scope: user scope: user
state: started state: started
- name: Disable Mint Report
become: true
file:
path: /etc/xdg/autostart/mintreport.desktop
state: absent