mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-10-30 09:20:30 +00:00
20 lines
492 B
Plaintext
20 lines
492 B
Plaintext
|
# 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=qt5ct
|
||
|
QT_QPA_PLATFORM=wayland-egl
|
||
|
QT_WAYLAND_DISABLE_WINDOWDECORATION=1
|
||
|
|
||
|
# Firefox
|
||
|
MOZ_ENABLE_WAYLAND=1
|
||
|
MOZ_USE_XINPUT2=1
|
||
|
MOZ_WEBRENDER=1
|
||
|
|
||
|
# Fix redshift on wlroots
|
||
|
WLR_DRM_NO_ATOMIC=1
|
||
|
|
||
|
# Make clutter programs use wayland
|
||
|
CLUTTER_BACKEND=wayland
|