Fix: forgot / at begining fo dconf key
This commit is contained in:
parent
f33c9ca9c3
commit
8764145118
@ -72,42 +72,42 @@
|
|||||||
|
|
||||||
- name: <super + enter> to fire a terminal - binding
|
- name: <super + enter> to fire a terminal - binding
|
||||||
dconf:
|
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'"
|
value: "'<Super>Return'"
|
||||||
state: present
|
state: present
|
||||||
become_user: me
|
become_user: me
|
||||||
|
|
||||||
- name: <super + enter> to fire a terminal - command
|
- name: <super + enter> to fire a terminal - command
|
||||||
dconf:
|
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'"
|
value: "'st'"
|
||||||
state: present
|
state: present
|
||||||
become_user: me
|
become_user: me
|
||||||
|
|
||||||
- name: <super + enter> to fire a terminal - name
|
- name: <super + enter> to fire a terminal - name
|
||||||
dconf:
|
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'"
|
value: "'Terminal'"
|
||||||
state: present
|
state: present
|
||||||
become_user: me
|
become_user: me
|
||||||
|
|
||||||
- name: Shell theme
|
- name: Shell theme
|
||||||
dconf:
|
dconf:
|
||||||
key: "org/gnome/shell/extensions/user-theme/name"
|
key: "/org/gnome/shell/extensions/user-theme/name"
|
||||||
value: "'Plata-Noir-Compact'"
|
value: "'Plata-Noir-Compact'"
|
||||||
state: present
|
state: present
|
||||||
become_user: me
|
become_user: me
|
||||||
|
|
||||||
- name: Gtk theme
|
- name: Gtk theme
|
||||||
dconf:
|
dconf:
|
||||||
key: "org/gnome/desktop/interface/get-theme"
|
key: "/org/gnome/desktop/interface/get-theme"
|
||||||
value: "'plata-Noir-Compact'"
|
value: "'plata-Noir-Compact'"
|
||||||
state: present
|
state: present
|
||||||
become_user: me
|
become_user: me
|
||||||
|
|
||||||
- name: Icon theme
|
- name: Icon theme
|
||||||
dconf:
|
dconf:
|
||||||
key: "org/gnome/desktop/interface/get-theme"
|
key: "/org/gnome/desktop/interface/get-theme"
|
||||||
value: "'Tela-orange-dark'"
|
value: "'Tela-orange-dark'"
|
||||||
state: present
|
state: present
|
||||||
become_user: me
|
become_user: me
|
||||||
|
Loading…
Reference in New Issue
Block a user