mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
[autorandr] drop autorandr-lid-listener.service
Spark configures logind to put the laptop to sleep when the lid closes. The autorandr.service executes autorandr when waking from sleep. So enabling just that first service accomplishes the goal of having autorandr execute when the lid opens.
This commit is contained in:
parent
e8b473510a
commit
1f44adf3d8
1 changed files with 0 additions and 9 deletions
|
|
@ -11,12 +11,3 @@
|
|||
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