diff --git a/README.md b/README.md index 7da8b99..f2a29bf 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/roles/system/tasks/main.yml b/roles/system/tasks/main.yml index e92dd42..e31cda6 100644 --- a/roles/system/tasks/main.yml +++ b/roles/system/tasks/main.yml @@ -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