Fix variable usage in templates
This commit is contained in:
parent
3df6af6d45
commit
92164a24dc
3 changed files with 4 additions and 4 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue