Fix variable usage in templates

This commit is contained in:
Oliver Traber 2023-11-26 22:24:59 +01:00
parent 3df6af6d45
commit 92164a24dc
Signed by: Bluemedia
GPG key ID: C0674B105057136C
3 changed files with 4 additions and 4 deletions

View file

@ -14,7 +14,7 @@ fi
export GPG_TTY=$(tty)
# Autostart sway at login
{% if isVm == true %}
{% if isVm | bool %}
export WLR_NO_HARDWARE_CURSORS=1
{% endif %}
if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then exec sway; fi