From ae724b2fb09300328aab829c28a2a4c1b714a181 Mon Sep 17 00:00:00 2001 From: Robin Sonnabend <robin@fsmpi.rwth-aachen.de> Date: Mon, 23 Oct 2017 00:23:20 +0200 Subject: [PATCH] Use kscreenlocker_greet as i3lock --- client/tasks/configuration.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/client/tasks/configuration.yml b/client/tasks/configuration.yml index 45c2cb7..8f35da7 100644 --- a/client/tasks/configuration.yml +++ b/client/tasks/configuration.yml @@ -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 -- GitLab