Skip to content
Snippets Groups Projects
Commit b1a3754f authored by Hinrikus Wolf's avatar Hinrikus Wolf Committed by Thomas Schneider
Browse files

Merge branch 'plasma5' of git.fsmpi.rwth-aachen.de:infra/ansible-shared/client into plasma5

parents 0a9c3db7 dce4c978
Branches
No related tags found
No related merge requests found
*.squashfs
Section "InputClass"
Identifier "system-keyboard"
MatchIsKeyboard "on"
Option "XkbLayout" "de"
EndSection
......@@ -70,7 +70,7 @@ MaximumUid=60000
MinimumUid=1000
# Remember the session of the last successfully logged in user
RememberLastSession=true
RememberLastSession=false
# Remember the last successfully logged in user
RememberLastUser=false
......
......@@ -5,7 +5,14 @@
template: src=hosts.j2 dest=/etc/hosts
- name: ensure i3 is able to lock the screen
copy: src=i3lock dest=/usr/local/bin/i3lock owner=root group=root mode=0755
# copy: src=i3lock dest=/usr/local/bin/i3lock owner=root group=root mode=0755
file:
src: /usr/lib/x86_64-linux-gnu/libexec/kscreenlocker_greet
dest: /usr/local/bin/i3lock
state: link
owner: root
group: root
mode: 0755
- name: ensure a sane default web browser
alternatives: name=x-www-browser path=/usr/bin/firefox
......
......@@ -89,6 +89,13 @@
file: state=link src=/usr/share/xsessions/plasma.desktop dest=/usr/share/xsessions/default.desktop
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
# 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