20 lines
538 B
Text
Executable file
20 lines
538 B
Text
Executable file
# Fix java on wayland
|
|
_JAVA_AWT_WM_NONREPARENTING=1
|
|
_JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=on -Dswing.aatext=true -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel'
|
|
|
|
# Enable qt5 theming and wayland support
|
|
QT_QPA_PLATFORMTHEME=gnome
|
|
QT_QPA_PLATFORM=wayland-egl
|
|
QT_WAYLAND_DISABLE_WINDOWDECORATION=1
|
|
|
|
# Firefox
|
|
MOZ_ENABLE_WAYLAND=1
|
|
MOZ_USE_XINPUT2=1
|
|
|
|
# Webrender disabled temporarily until
|
|
# https://bugzilla.mozilla.org/show_bug.cgi?id=1589114
|
|
# is fixed
|
|
#MOZ_WEBRENDER=1
|
|
|
|
# Fix redshift on wlroots
|
|
WLR_DRM_NO_ATOMIC=1
|