Merge branch 'petRUShka-autorandr-enable-services'

This commit is contained in:
Pig Monkey 2023-03-02 11:41:16 -08:00
commit 4b97807416

View file

@ -3,3 +3,11 @@
pacman: name=autorandr state=present
tags:
- autorandr
- name: Enable autorandr.service to ensure it starts after wake from suspend
ansible.builtin.systemd:
name: autorandr
enabled: true
daemon_reload: true
tags:
- autorandr