--- - name: to close window dconf: key: "/org/gnome/desktop/wm/keybindings/close" value: "['q']" state: present - name: to fire a terminal - binding dconf: key: "/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/binding" value: "'Return'" state: present - name: to fire a terminal - command dconf: key: "/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/command" value: "'urxvt'" state: present - name: to fire a terminal - name dconf: key: "/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/name" value: "'Terminal'" state: present - name: Shell theme dconf: key: "/org/gnome/shell/extensions/user-theme/name" value: "'Materia-dark-compact'" state: present - name: Gtk theme dconf: key: "/org/gnome/desktop/interface/gkt-theme" value: "'Materia-dark-compact'" state: present - name: Icon theme dconf: key: "/org/gnome/desktop/interface/icon-theme" value: "'Tela-orange-dark'" state: present