Add kanshi for both FreeBSD and Linux.
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user