dconf
Collection: community.general
Full Name: parallax.community.general.dconf
Aliases: community.general.dconf, dconf
Synopsis
Read and write dconf configuration keys
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| key | string | yes | The dconf key to manage (e.g. /org/gnome/desktop/interface/gtk-theme) | |
| value | string | The value to set for the key | ||
| state | string | present | Whether the key should be present or absent |
Example
- name: Disable the desktop screensaver
dconf:
key: /org/gnome/desktop/screensaver/idle-activation-enabled
value: "false"
state: present