From d42dd038328362edf461ae9f26e0be1dc776a2fa Mon Sep 17 00:00:00 2001 From: histalek Date: Fri, 20 Dec 2024 10:46:59 +0100 Subject: [PATCH] fix(sway): Remove WLR_ env vars from environment dropin This is effective too late. Moved the env vars to my greeter setup. --- .config/environment.d/50-wayland.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.config/environment.d/50-wayland.conf b/.config/environment.d/50-wayland.conf index 47de65d..af36e65 100644 --- a/.config/environment.d/50-wayland.conf +++ b/.config/environment.d/50-wayland.conf @@ -8,7 +8,3 @@ CLUTTER_BACKEND=wayland QT_QPA_PLATFORMTHEME=qt6ct QT_WAYLAND_DISABLE_WINDOWDECORATION=1 - -# Experimenting with some wlroots env vars -WLR_SCENE_DISABLE_DIRECT_SCANOUT=1 -WLR_RENDERER=vulkan