diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-08-23 19:35:39 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-08-23 19:35:39 (EDT) |
commit | 38fcfbd51584140474bd3663784a4db59a1bc488 (patch) | |
tree | 87a1c92ee21ab1bbb1d98d5a11071349d29359f9 | |
parent | 0effcd63991f4603e50ac6582c84afb7df4e88b4 (diff) | |
download | fluxbox-38fcfbd51584140474bd3663784a4db59a1bc488.zip fluxbox-38fcfbd51584140474bd3663784a4db59a1bc488.tar.gz fluxbox-38fcfbd51584140474bd3663784a4db59a1bc488.tar.bz2 |
.xinitrc: Set QT_QPA_PLATFORMTHEME='gtk2'
Natively style VLC and any other Qt 5 applications. "gtk3" is also
available but doesn't seem to work.
https://wiki.archlinux.org/title/Uniform_look_for_Qt_and_GTK_applications#QGtkStyle
-rw-r--r-- | .xinitrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ PATH="${HOME}/bin:${PATH}" xmodmap "${HOME}/.Xmodmap" export GTK_IM_MODULE='xim' export QT_IM_MODULE='xim' +export QT_QPA_PLATFORMTHEME='gtk2' xinput set-prop 'TPPS/2 IBM TrackPoint' 'Evdev Wheel Emulation' 1 xinput set-prop 'TPPS/2 IBM TrackPoint' 'Evdev Wheel Emulation Button' 2 xinput set-prop 'TPPS/2 IBM TrackPoint' 'Evdev Wheel Emulation Timeout' 200 |