From 38fcfbd51584140474bd3663784a4db59a1bc488 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Mon, 23 Aug 2021 19:35:39 -0400 Subject: .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 --- (limited to '.xinitrc') diff --git a/.xinitrc b/.xinitrc index 2aaeee4..46a26d1 100644 --- a/.xinitrc +++ b/.xinitrc @@ -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 -- cgit v0.9.1