19 lines
316 B
Plaintext
19 lines
316 B
Plaintext
# Firefox
|
|
env = MOZ_ENABLE_WAYLAND,1
|
|
|
|
# Qt
|
|
env = QT_QPA_PLATFORM,wayland
|
|
env = QT_QPA_PLATFORMTHEME,qt6ct
|
|
env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1
|
|
|
|
# Wayland
|
|
env = XDG_SESSION_TYPE,wayland
|
|
env = GDK_BACKEND,wayland
|
|
|
|
# Wlroots
|
|
env = WLR_NO_HARDWARE_CURSORS,1
|
|
env = WLR_RENDERER,vulkan
|
|
|
|
# X11
|
|
env = XCURSOR_SIZE,24
|