Make kivy not disable KDE comporitor

See https://github.com/kivy/kivy/issues/5810 for details.
I use this .envrc during development and it's better to use it than to
add a custom rule to disable this stuff from the KDE side.
This commit is contained in:
Daniele Tricoli 2021-05-11 18:46:04 +02:00
parent c49c68cc66
commit e530a4b065

1
.envrc Normal file
View file

@ -0,0 +1 @@
export SDL_VIDEO_X11_NET_WM_BYPASS_COMPOSITOR=0