[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:
petRUShka 2023-03-02 09:36:32 +03:00 committed by GitHub
parent e8b473510a
commit 1f44adf3d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,12 +11,3 @@
daemon_reload: true daemon_reload: true
tags: tags:
- autorandr - 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