Disabling the vulkan sway renderer on Linux again.

The flickering in alacritty is getting annoying.
This commit is contained in:
Tom Alexander 2023-07-18 19:33:07 -04:00
parent 8424abdfa9
commit 1badd8049e
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -6,6 +6,6 @@ IFS=$'\n\t'
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
export XDG_CURRENT_DESKTOP=sway
export WLR_RENDERER=vulkan
#export WLR_RENDERER=vulkan
exec sway -d &> $HOME/.config/swaylog