diff --git a/files/i3.conf b/files/i3.conf index 96d66c3..87083d1 100644 --- a/files/i3.conf +++ b/files/i3.conf @@ -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 diff --git a/tasks/i3.yml b/tasks/i3.yml index 5ea4de2..4fcde44 100644 --- a/tasks/i3.yml +++ b/tasks/i3.yml @@ -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