Add kanshi for both FreeBSD and Linux.

This commit is contained in:
Tom Alexander
2022-11-25 15:53:43 -05:00
parent 7c6c81711b
commit a702833aa4
25 changed files with 131 additions and 15 deletions

View File

@@ -4,8 +4,8 @@ use-standard-socket
default-cache-ttl 600
max-cache-ttl 7200
display :0
{% if install_graphics is defined and install_graphics and os_flavor == "linux" %}
{% if install_graphics and os_flavor == "linux" %}
pinentry-program /usr/bin/pinentry-qt
{% elif install_graphics is defined and install_graphics and os_flavor == "freebsd" %}
{% elif install_graphics and os_flavor == "freebsd" %}
pinentry-program /usr/local/bin/pinentry-qt5
{% endif %}