From 47bc331ed97fa8515621b370276f6d3fc312f5dc Mon Sep 17 00:00:00 2001 From: TheEdgeOfRage Date: Mon, 25 Mar 2024 14:35:06 +0100 Subject: [PATCH] Set qt6ct in zprofile --- dot_zprofile.tmpl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dot_zprofile.tmpl b/dot_zprofile.tmpl index 1dd1fa5..f034b15 100644 --- a/dot_zprofile.tmpl +++ b/dot_zprofile.tmpl @@ -11,8 +11,7 @@ export GOPRIVATE="github.com/duneanalytics/*" export GOPATH="$HOME/dev/go" export GOBIN="$HOME/dev/go/bin" export PATH="$HOME/.local/bin:$PATH:$GOBIN:$HOME/.cargo/bin" -export QT_QPA_PLATFORMTHEME="qt5ct" -export QT_STYLE_OVERRIDE="kvantum" +export QT_QPA_PLATFORMTHEME="qt6ct" export QT_WAYLAND_FORCE_DPI="physical" export GTK_THEME="Breeze-Dark" export VISUAL="nvim" @@ -25,7 +24,6 @@ export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/gcr/ssh" if [ -z "${WAYLAND_DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ] && [[ $(tty) = /dev/tty1 ]]; then export MOZ_ENABLE_WAYLAND="1" export XDG_SESSION_TYPE=wayland - export QT_QPA_PLATFORM=wayland-egl fi # Valve shader compiler