6 lines
95 B
Bash
6 lines
95 B
Bash
#!/bin/bash
|
|
|
|
if [[ "$DESKTOP_SESSION" == "i3" ]]; then
|
|
export QT_QPA_PLATFORMTHEME="qt5ct"
|
|
fi
|