Install pranklock script

https://github.com/RealOrangeOne/pranklock
This commit is contained in:
Jake Howard 2019-04-14 21:08:41 +01:00
parent 1f7851c324
commit 1f67000cae
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 7 additions and 0 deletions

View File

@ -29,6 +29,7 @@ bindsym $mod+F12 exec --no-startup-id redshift -O 3000
bindsym $mod+K exec --no-startup-id enpass showassistant
bindsym $mod+Shift+K exec --no-startup-id enpass
bindsym $mod+l exec --no-startup-id betterlockscreen -l dimblur
bindsym $mod+Shift+l exec --no-startup-id pranklock
bindsym $mod+d exec --no-startup-id rofi -show drun -sidebar-mode
bindsym $mod+Tab exec --no-startup-id rofi -show window
bindsym $mod+Return exec alacritty

View File

@ -86,3 +86,9 @@
dest: '{{ home }}/.config/rofi/config'
mode: 0644
owner: "{{ user }}"
- name: Install pranklock
get_url:
url: https://raw.githubusercontent.com/RealOrangeOne/pranklock/master/pranklock
dest: /usr/bin/pranklock
mode: 0755