disable mint report
This commit is contained in:
parent
e8fe352cc8
commit
3d5044ab1b
2 changed files with 6 additions and 1 deletions
|
@ -15,7 +15,7 @@ My current setup is [Linux Mint Vera](https://linuxmint.com/edition.php?id=302)
|
|||
- i3 app shortcuts
|
||||
- firefox config? extensions? host own synchronizer?
|
||||
- i3 stutters
|
||||
- disable system reports
|
||||
- i3 sleep
|
||||
|
||||
#### Neovim
|
||||
|
||||
|
|
|
@ -60,3 +60,8 @@
|
|||
enabled: true
|
||||
scope: user
|
||||
state: started
|
||||
- name: Disable Mint Report
|
||||
become: true
|
||||
file:
|
||||
path: /etc/xdg/autostart/mintreport.desktop
|
||||
state: absent
|
||||
|
|
Reference in a new issue