arch-install/roles/04_desktop/tasks/gsettings.yml
Ariejan de Vroom 86ca1f67f4
Some checks failed
Lint / Lint (3.10) (push) Failing after 15s
Lint / Lint (3.11) (push) Failing after 18s
Trailing slashes are important
2024-06-07 09:19:19 +02:00

12 lines
353 B
YAML

---
- name: Power button behaviour
community.general.dconf:
key: "/org/gnome/settings-daemon/plugins/power/power-button-action/"
value: "interactive"
state: present
- name: Power button behaviour
community.general.dconf:
key: "/org/gnome/settings-daemon/plugins/power/sleep-inactive-ac-type/"
value: "nothing"
state: present