Load dconf file
Some checks failed
Lint / Lint (3.10) (push) Failing after 15s
Lint / Lint (3.11) (push) Failing after 19s

This commit is contained in:
Ariejan de Vroom 2024-06-07 09:49:30 +02:00
parent 86ca1f67f4
commit 84da86c54a
Signed by: ariejan
GPG Key ID: AD739154F713697B
2 changed files with 11 additions and 11 deletions

View File

@ -0,0 +1,9 @@
[org/gnome/desktop/session]
# Disable screen idle lock
idle-delay=uint32 0
[org/gnome/settings-daemon/plugins/power]
# Power-off on power button
power-button-action='interactive'
# Disable sleep
sleep-display-ac-type='nothing'

View File

@ -1,12 +1,3 @@
--- ---
- name: Power button behaviour - name: Apply dconf settings
community.general.dconf: ansible.builtin.command: dconf load < {{ gesttings.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