mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-15 06:55:09 +02:00
5 lines
94 B
Bash
5 lines
94 B
Bash
#!/bin/sh
|
|
|
|
if [ "$XDG_CURRENT_DESKTOP" != "KDE" ]; then
|
|
export QT_QPA_PLATFORMTHEME=qt5ct
|
|
fi
|