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

Use kscreenlocker_greet as i3lock

parent 104cffbf
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,14 @@ ...@@ -5,7 +5,14 @@
template: src=hosts.j2 dest=/etc/hosts template: src=hosts.j2 dest=/etc/hosts
- name: ensure i3 is able to lock the screen - 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 - name: ensure a sane default web browser
alternatives: name=x-www-browser path=/usr/bin/firefox alternatives: name=x-www-browser path=/usr/bin/firefox
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment