From 06769b1238d0ae83a59ca29b9bde87628250e03e Mon Sep 17 00:00:00 2001 From: urosm Date: Sat, 21 Sep 2024 18:06:37 +0200 Subject: [PATCH] .profile: disable WLR_RENDERER=vulkan for now --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile b/.profile index 1485273..7067854 100644 --- a/.profile +++ b/.profile @@ -57,6 +57,6 @@ if [ "$(tty)" = "/dev/tty1" ] && command -v sway >/dev/null; then export BROWSER=firefox # run sway export XDG_CURRENT_DESKTOP=sway - export WLR_RENDERER=vulkan + # export WLR_RENDERER=vulkan exec systemd-cat -t sway sway fi