diff --git a/dot_bashrc b/dot_bashrc.tmpl similarity index 81% rename from dot_bashrc rename to dot_bashrc.tmpl index 1db1657..8ed96ec 100644 --- a/dot_bashrc +++ b/dot_bashrc.tmpl @@ -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