Add swaylock role and variables

This commit is contained in:
Yorick Barbanneau 2022-11-30 09:44:49 +01:00
parent 036a1d61db
commit 6e73337323
2 changed files with 18 additions and 2 deletions

View 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'

View file

@ -1,6 +1,8 @@
---
- hosts: all
roles:
#- ansible-sshagentd
#- ansible-sway
- ansible-sshagentd
- ansible-sway
- ansible-kanshi
- ansible-mako
- ansible-swaylock