xsession: disable CSD using LD_PRELOAD

This commit is contained in:
Vincent Bernat 2021-07-28 09:00:06 +02:00
parent 4ace8ac9a3
commit 4929b9c61d

View file

@ -15,6 +15,7 @@ export NO_AT_BRIDGE=1
# GTK3 apps should not use CSD # GTK3 apps should not use CSD
export GTK_CSD=0 export GTK_CSD=0
export LD_PRELOAD=${LD_PRELOAD}${LD_PRELOAD+:}libgtk3-nocsd.so.0
# Environment variables # Environment variables
unset LC_ALL unset LC_ALL