Browse Source

Added env variable to try to make qt/kde apps behave.

master
Daniel Sissom 2 months ago
parent
commit
4b5db55d8c
Signed by: djsissom GPG Key ID: 2C30FFB796852389
1 changed files with 2 additions and 0 deletions
  1. + 2
    - 0
      x11/xprofile

+ 2
- 0
x11/xprofile

@ -11,6 +11,8 @@ xset b off # Disable PC speaker beep
xset +fp /usr/share/fonts/local # Font dirs
xset +fp /usr/share/fonts/misc
xset fp rehash
export QT_QPA_PLATFORMTHEME=kde
#export QT_QPA_PLATFORMTHEME=qt6ct
picom -b # compositing
dunst & # notifications

Loading…
Cancel
Save