dotfiles/.xsessionrc

6 lines
95 B
Plaintext
Raw Normal View History

2021-04-04 04:35:59 +00:00
#!/bin/bash
if [[ "$DESKTOP_SESSION" == "i3" ]]; then
export QT_QPA_PLATFORMTHEME="qt5ct"
fi