Disabling the vulkan sway renderer on Linux again.
The flickering in alacritty is getting annoying.
This commit is contained in:
parent
8424abdfa9
commit
1badd8049e
@ -6,6 +6,6 @@ IFS=$'\n\t'
|
|||||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||||
|
|
||||||
export XDG_CURRENT_DESKTOP=sway
|
export XDG_CURRENT_DESKTOP=sway
|
||||||
export WLR_RENDERER=vulkan
|
#export WLR_RENDERER=vulkan
|
||||||
|
|
||||||
exec sway -d &> $HOME/.config/swaylog
|
exec sway -d &> $HOME/.config/swaylog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user