Fix whitespaces in templates

This commit is contained in:
Oliver Traber 2024-05-27 23:37:19 +02:00
parent bfd2d6ca03
commit 28a08ec28e
Signed by: Bluemedia
GPG key ID: C0674B105057136C
5 changed files with 18 additions and 17 deletions

View file

@ -15,8 +15,8 @@ export GPG_TTY=$(tty)
# Autostart Hyprland at login
if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then
{% if hostvars[ansible_hostname]['virtual_machine'] | bool %}
{% if (hostvars[ansible_hostname]['virtual_machine'] | default('false')) | bool %}
export WLR_NO_HARDWARE_CURSORS=1
{% endif %}
{% endif %}
exec Hyprland
fi