Feat: gdm settings

This commit is contained in:
Bertrand Benjamin 2022-01-13 06:29:07 +01:00
parent 8701de91e9
commit 18a8718b33
2 changed files with 4 additions and 15 deletions

View File

@ -189,19 +189,10 @@ aur_pkgs:
# Gnome
gnome_environnement: false
gdm_settings:
- key: org.gnome.desktop.peripherals.touchpad tap-to-click
value: true
# gtk settings
gtk_settings:
- key: "/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/command"
value: "'urxvt'"
- key: "/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/name"
value: "'Terminal'"
- key: "/org/gnome/shell/extensions/user-theme/name"
value: "'Materia-dark-compact'"
- key: "/org/gnome/desktop/interface/gkt-theme"
value: "'Materia-dark-compact'"
- key: "/org/gnome/desktop/interface/icon-theme"
value: "'Tela-orange-dark'"
# Autofs
autofs:

View File

@ -12,9 +12,7 @@
key: "{{ item.key }}"
value: "{{ item.value }}"
state: present
with_items:
- key: org.gnome.desktop.peripherals.touchpad tap-to-click
value: true
with_items: "{{ gdm_settings }}"
become: true
become_user: gdm