commit 09d92d0748ca85d76453ef24e028b6a1fe001ebc
parent 09f791132a4fd1e5d6a041d097563fbccec5fff5
Author: Jake Bauer <jbauer@paritybit.ca>
Date: Thu, 27 May 2021 23:17:20 -0400
I've given up on proper GUI app theming
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/.profile b/.profile
@@ -14,9 +14,6 @@ export AUDIODEVICE=snd/1
export AUDIORECDEVICE=snd/2
export AUDIOPLAYDEVICE=snd/1
-# For proper theming in qt5 applications
-export QT_QPA_PLATFORMTHEME="gtk2"
-
# Set the XDG specification directories
export XDG_CONFIG_HOME="$HOME/.config"
export XDG_CACHE_HOME="$HOME/.cache"