Load dconf file directly
This commit is contained in:
parent
84da86c54a
commit
065b98d771
|
@ -6,4 +6,7 @@ idle-delay=uint32 0
|
|||
# Power-off on power button
|
||||
power-button-action='interactive'
|
||||
# Disable sleep
|
||||
sleep-display-ac-type='nothing'
|
||||
sleep-display-ac-type='nothing'
|
||||
|
||||
[org/gnome/settings-daemon/plugins/color]
|
||||
night-light-enabled=true
|
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
- name: Apply dconf settings
|
||||
ansible.builtin.command: dconf load < {{ gesttings.dconf }}
|
||||
ansible.builtin.shell: dconf load / < {{ role_path }}/files/gsettings.dconf
|
Loading…
Reference in New Issue
Block a user