From 34ba6d44d93cca014eca2e3eed11ca30a922b357 Mon Sep 17 00:00:00 2001 From: TheEdgeOfRage Date: Sat, 3 Feb 2024 10:24:19 +0100 Subject: [PATCH] Add Wayland Qt env vars to zprofile --- dot_zprofile.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot_zprofile.tmpl b/dot_zprofile.tmpl index 3cf6d6e..600918c 100644 --- a/dot_zprofile.tmpl +++ b/dot_zprofile.tmpl @@ -11,8 +11,10 @@ export WLR_NO_HARDWARE_CURSORS="1" export GOPRIVATE="github.com/duneanalytics/*" export GOPATH="$HOME/dev/go" export PATH="$HOME/.local/bin:$PATH:$GOPATH/bin:$HOME/.cargo/bin" +export QT_QPA_PLATFORM=wayland-egl export QT_QPA_PLATFORMTHEME="qt5ct" export QT_STYLE_OVERRIDE="kvantum" +export QT_WAYLAND_FORCE_DPI="physical" export GTK_THEME="Breeze-Dark" export VISUAL="nvim" export XDG_CONFIG_HOME="$HOME/.config"