dconf

Collection: community.general

Full Name: parallax.community.general.dconf

Aliases: community.general.dconf, dconf

Synopsis

Read and write dconf configuration keys

Parameters

NameTypeRequiredDefaultDescription
keystringyesThe dconf key to manage (e.g. /org/gnome/desktop/interface/gtk-theme)
valuestringThe value to set for the key
statestringpresentWhether 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