profile: Set dark theme for Gtk, use qt6ct for Qt styling
This commit is contained in:
parent
4a079ad19d
commit
5a2f500fca
1 changed files with 7 additions and 0 deletions
|
|
@ -14,3 +14,10 @@ export WINEDLLOVERRIDES=winemenubuilder.exe=d
|
||||||
|
|
||||||
# Firefox: Enable pixel-perfect scrolling
|
# Firefox: Enable pixel-perfect scrolling
|
||||||
export MOZ_USE_XINPUT2=1
|
export MOZ_USE_XINPUT2=1
|
||||||
|
|
||||||
|
# Set dark theme for Gtk applications
|
||||||
|
export GTK_THEME=Adwaita:dark
|
||||||
|
|
||||||
|
# Use qt6ct to configure Qt styling
|
||||||
|
# (You should install qt6ct-kde from AUR, as well as the breeze theme.)
|
||||||
|
export QT_QPA_PLATFORMTHEME=qt6ct
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue