Files
sway/.profile
Johannes Kamprad 4ff5c16969 Update .profile
adding export WLR_RENDERER_ALLOW_SOFTWARE=1  for vm usage
2021-08-20 19:24:36 +02:00

6 lines
162 B
Bash

export MOZ_ENABLE_WAYLAND=1
export XDG_CURRENT_DESKTOP=sway
export XDG_SESSION_TYPE=wayland
export WLR_NO_HARDWARE_CURSORS=1
export WLR_RENDERER_ALLOW_SOFTWARE=1