template some env vars for wayland in linux

main
Andrew Coleman 2022-05-11 08:24:08 -04:00
parent 71357b961e
commit 22cf65ed86
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
{{- if (eq .chezmoi.os "linux") -}}
export QT_AUTO_SCREEN_SCALE_FACTOR=1
export MOZ_ENABLE_WAYLAND=1
{{ end }}
# If not running interactively, don't do anything
[[ $- != *i* ]] && return