From 22147ad7e460cdb27010373fc4a428563c58e68b Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Wed, 27 Dec 2023 03:00:42 +0100 Subject: [PATCH] replace qt6ct with qt5ct --- .chezmoitemplates/zprofile_linux.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.chezmoitemplates/zprofile_linux.tmpl b/.chezmoitemplates/zprofile_linux.tmpl index f352270..3124895 100644 --- a/.chezmoitemplates/zprofile_linux.tmpl +++ b/.chezmoitemplates/zprofile_linux.tmpl @@ -54,7 +54,7 @@ if [[ -z $DISPLAY && $(tty) == /dev/tty1 && $XDG_SESSION_TYPE == tty ]]; then # Set global environments echo "set global environments" - export QT_QPA_PLATFORMTHEME=qt6ct + export QT_QPA_PLATFORMTHEME=qt5ct export QT_QPA_PLATFORM=wayland export QT_WAYLAND_DISABLE_WINDOWDECORATION="1" export GDK_BACKEND=wayland