Fix: forgot / at begining fo dconf key

This commit is contained in:
Bertrand Benjamin 2020-01-02 19:54:08 +01:00
parent f33c9ca9c3
commit 8764145118
1 changed files with 6 additions and 6 deletions

View File

@ -72,42 +72,42 @@
- name: <super + enter> to fire a terminal - binding
dconf:
key: "org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/binding"
key: "/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/binding"
value: "'<Super>Return'"
state: present
become_user: me
- name: <super + enter> to fire a terminal - command
dconf:
key: "org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/command"
key: "/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/command"
value: "'st'"
state: present
become_user: me
- name: <super + enter> to fire a terminal - name
dconf:
key: "org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/name"
key: "/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/name"
value: "'Terminal'"
state: present
become_user: me
- name: Shell theme
dconf:
key: "org/gnome/shell/extensions/user-theme/name"
key: "/org/gnome/shell/extensions/user-theme/name"
value: "'Plata-Noir-Compact'"
state: present
become_user: me
- name: Gtk theme
dconf:
key: "org/gnome/desktop/interface/get-theme"
key: "/org/gnome/desktop/interface/get-theme"
value: "'plata-Noir-Compact'"
state: present
become_user: me
- name: Icon theme
dconf:
key: "org/gnome/desktop/interface/get-theme"
key: "/org/gnome/desktop/interface/get-theme"
value: "'Tela-orange-dark'"
state: present
become_user: me