Skip to content

Commit

Permalink
Add setting gnome keyboard layout
Browse files Browse the repository at this point in the history
This hopefully fixes issue frankenstein91#21
Untested though
  • Loading branch information
TimL20 committed Apr 27, 2021
1 parent 980cda2 commit 323f6a4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions roles/gnome_shell/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@
tags:
- gnome_shell

- name: Set gnome keyboard layout
dconf:
key: "/org/gnome/desktop/input-sources"
value: "['sources', [('xkb', 'de')]]"
when: keymap|default('', true)|length == 0
tags:
- gnome_shell
- keymap

- name: Enable and start gdm
systemd:
name: gdm
Expand Down

0 comments on commit 323f6a4

Please sign in to comment.