From cc8b58fab0217fe3944c2f3dbc772b9f56fd5bd7 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 18 Feb 2024 14:44:14 +0200 Subject: [PATCH] startsway: add comment on Fedora package for adwaita-qt --- bash/usr-local-bin/startsway | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/usr-local-bin/startsway b/bash/usr-local-bin/startsway index e0b7027..26d5879 100755 --- a/bash/usr-local-bin/startsway +++ b/bash/usr-local-bin/startsway @@ -25,7 +25,7 @@ export QT_IM_MODULE="fcitx" # qt5ct allows theme choosing export QT_QPA_PLATFORMTHEME="qt5ct" -# Dark theme for GTK apps +# Dark theme for GTK apps. Fedora: "adwaita-qt*" export GTK_THEME=Adwaita:dark # Ensuring Wayland gets used as per Arch Wiki