arch-install/roles/04_desktop/tasks/gsettings.yml
Ariejan de Vroom f20947e642
Some checks failed
Lint / Lint (3.10) (push) Failing after 14s
Lint / Lint (3.11) (push) Failing after 19s
Set gnome power settings
2024-06-07 09:18:07 +02:00

12 lines
351 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