mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
Enable autorandr services
This commit is contained in:
parent
8e3cf85323
commit
e8b473510a
1 changed files with 17 additions and 0 deletions
|
|
@ -3,3 +3,20 @@
|
|||
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
|
||||
|
||||
- name: Enable autorandr-lid-listener.service to ensure it starts after closing/opening lid
|
||||
ansible.builtin.systemd:
|
||||
name: autorandr-lid-listener.service
|
||||
enabled: true
|
||||
state: started
|
||||
daemon_reload: true
|
||||
tags:
|
||||
- autorandr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue