1
0
Fork 0
mirror of https://github.com/eoli3n/dotfiles synced 2024-05-13 11:06:05 +02:00

added gpg pinentry config

This commit is contained in:
eoli3n 2021-05-28 10:41:38 +02:00
parent 6f78d5fd01
commit e0312206b1
4 changed files with 11 additions and 1 deletions

View File

@ -6,7 +6,8 @@
- [ ] gopass
- [ ] create issue about autoclip not working with wayland
- [x] wofi menu with sway keybind
- [ ] gopass fills user
- [ ] gopass fills user, autotype multiple fields
- [ ] otp test
- [ ] neomutt
### TOFIX

View File

@ -25,6 +25,9 @@
- role: gtk
tags: gtk
when: ansible_user_id != 'root'
- role: gpg
tags: gpg
when: ansible_user_id != 'root'
- role: sway
tags: sway
when: ansible_user_id != 'root'

View File

@ -0,0 +1 @@
pinentry-program /bin/pinentry-gtk-2

5
roles/gpg/tasks/main.yml Normal file
View File

@ -0,0 +1,5 @@
---
- name: configure gtk pinentry
copy:
src: gpg-agent.conf
dest: ~/.gnupg