Skip to content
Snippets Groups Projects
Commit 104cffbf authored by Robin Sonnabend's avatar Robin Sonnabend Committed by Thomas Schneider
Browse files

Set the sddm keymap to de

parent 2f532711
No related branches found
No related tags found
No related merge requests found
Section "InputClass"
Identifier "system-keyboard"
MatchIsKeyboard "on"
Option "XkbLayout" "de"
EndSection
...@@ -89,6 +89,13 @@ ...@@ -89,6 +89,13 @@
file: state=link src=/usr/share/xsessions/plasma.desktop dest=/usr/share/xsessions/default.desktop file: state=link src=/usr/share/xsessions/plasma.desktop dest=/usr/share/xsessions/default.desktop
notify: restart sddm notify: restart sddm
- name: ensure there is a x11 config folder
file: path=/etc/X11/xorg.conf.d state=directory owner=root group=root mode=775
- name: ensure sddm has the correct keymap
copy: src=00-keyboard.conf dest=/etc/X11/xorg.conf.d/00-keyboard.conf owner=root group=root mode=0644
notify: restart sddm
#- name: ensure deployment of a nice kdm theme #- name: ensure deployment of a nice kdm theme
# copy: src=kdm/fsmpi_theme/ dest=/usr/share/kde4/apps/kdm/themes/fsmpi owner=root group=root mode=0644 # copy: src=kdm/fsmpi_theme/ dest=/usr/share/kde4/apps/kdm/themes/fsmpi owner=root group=root mode=0644
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment