vanadium: move java fix in xmonad

This commit is contained in:
Primrose 2025-03-02 02:23:10 +01:00
parent 50f8ecf731
commit e68b73afe7
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 5 additions and 4 deletions

View file

@ -23,10 +23,6 @@ in {
};
home.sessionVariables = {
# Fix all java things that don't scale with XMonad
# https://wiki.archlinux.org/title/java#Gray_window,_applications_not_resizing_with_WM,_menus_immediately_closing
_JAVA_AWT_WM_NONREPARENTING = 1;
# Fix digikam being too small
# https://bugs.kde.org/show_bug.cgi?id=427662
QT_SCALE_FACTOR = 1.25;