From 4ff5c16969aad74599b2cb94f8c2f1ba00e31c58 Mon Sep 17 00:00:00 2001 From: Johannes Kamprad Date: Fri, 20 Aug 2021 19:24:36 +0200 Subject: [PATCH] Update .profile adding export WLR_RENDERER_ALLOW_SOFTWARE=1 for vm usage --- .profile | 1 + 1 file changed, 1 insertion(+) diff --git a/.profile b/.profile index 6edef1f..c7f7098 100644 --- a/.profile +++ b/.profile @@ -2,3 +2,4 @@ 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