mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-28 21:58:17 +02:00
xsession: use qt5ct/qt6ct as QT_QPA_PLATFORMTHEME.
Alternatives are: gnome (unmaintained?) or gtk3 (builtin but rendering issues?)
This commit is contained in:
parent
a58612ea3b
commit
f470e33b2a
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ export QT_AUTO_SCREEN_SCALE_FACTOR=1
|
||||||
export QT_ENABLE_HIGHDPI_SCALING=1
|
export QT_ENABLE_HIGHDPI_SCALING=1
|
||||||
export QT_SCALE_FACTOR_ROUNDING_POLICY=PassThrough
|
export QT_SCALE_FACTOR_ROUNDING_POLICY=PassThrough
|
||||||
# Qt theme
|
# Qt theme
|
||||||
export QT_QPA_PLATFORMTHEME=qt5ct
|
export QT_QPA_PLATFORMTHEME=qt5ct:qt6ct
|
||||||
|
|
||||||
# GTK3 apps try to contact org.a11y.Bus. Disable that.
|
# GTK3 apps try to contact org.a11y.Bus. Disable that.
|
||||||
export NO_AT_BRIDGE=1
|
export NO_AT_BRIDGE=1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue