mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
Merge branch 'petRUShka-autorandr-enable-services'
This commit is contained in:
commit
4b97807416
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue