parent
1f7851c324
commit
1f67000cae
2 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue