From a0ebe499fa3a4769cbe1ca4ea9cdf35ad2c9bcf8 Mon Sep 17 00:00:00 2001 From: Trysdyn Black Date: Tue, 1 Oct 2024 11:30:00 -0700 Subject: [PATCH] Put QT themeing back in profile --- .profile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.profile b/.profile index c543df9..852c165 100644 --- a/.profile +++ b/.profile @@ -45,3 +45,6 @@ export SAVEHIST=10000 # Use my special pythonrc to customize my REPL export PYTHONSTARTUP=~/.config/pythonrc + +# Make QT skin how I want it +export QT_QPA_PLATFORMTHEME=qt5ct