From 89026fd9feb16a5e077b7f1f2cc4401d402e12fa Mon Sep 17 00:00:00 2001 From: Andrew Coleman Date: Fri, 12 Aug 2022 14:14:02 -0400 Subject: [PATCH] remove weird wayland env vars --- dot_bashrc.tmpl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dot_bashrc.tmpl b/dot_bashrc.tmpl index fb0af8d..266c484 100644 --- a/dot_bashrc.tmpl +++ b/dot_bashrc.tmpl @@ -1,7 +1,3 @@ -{{- 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