4 lines
82 B
Text
4 lines
82 B
Text
|
if [ "$XDG_CURRENT_DESKTOP" = "i3" ]; then
|
||
|
export QT_QPA_PLATFORMTHEME="qt5ct"
|
||
|
fi
|