chore: general i3 update

This commit is contained in:
2021-04-03 23:35:59 -05:00
parent 7930c37159
commit 46a0a2a054
3 changed files with 13 additions and 6 deletions

5
.xsessionrc Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
if [[ "$DESKTOP_SESSION" == "i3" ]]; then
export QT_QPA_PLATFORMTHEME="qt5ct"
fi