dotfiles/.profile

12 lines
338 B
Plaintext
Raw Normal View History

2021-04-27 13:16:46 +02:00
export XDG_CURRENT_DESKTOP=sway
export MOZ_ENABLE_WAYLAND=1
export CLUTTER_BACKEND=wayland
export QT_QPA_PLATFORM=wayland-egl
export ECORE_EVAS_ENGINE=wayland-egl
export ELM_ENGINE=wayland_egl
export SDL_VIDEODRIVER=wayland
export _JAVA_AWT_WM_NONREPARENTING=1
export NO_AT_BRIDGE=1
2020-09-23 21:26:36 +02:00
export MOZ_DBUS_REMOTE=1
export WLR_DRM_NO_MODIFIERS=1