Add swaylock role and variables
This commit is contained in:
parent
036a1d61db
commit
6e73337323
2 changed files with 18 additions and 2 deletions
14
group_vars/all/swaylock.yml
Normal file
14
group_vars/all/swaylock.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
swaylock_flags:
|
||||
- ignore-empty-password
|
||||
- show-failed-attempts
|
||||
- daemonize
|
||||
|
||||
swaylock_options:
|
||||
image: '~/documents/ressources/wallpapers/psychonauts.jpg'
|
||||
|
||||
swaylock_keybindings:
|
||||
- mode: normal
|
||||
bindings:
|
||||
- bindsym: '$mod+alt+l'
|
||||
action: 'exec swaylock'
|
|
@ -1,6 +1,8 @@
|
|||
---
|
||||
- hosts: all
|
||||
roles:
|
||||
#- ansible-sshagentd
|
||||
#- ansible-sway
|
||||
- ansible-sshagentd
|
||||
- ansible-sway
|
||||
- ansible-kanshi
|
||||
- ansible-mako
|
||||
- ansible-swaylock
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue