From 4929b9c61d3ebceb5d7205f803083208d7a17fdc Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 28 Jul 2021 09:00:06 +0200 Subject: [PATCH] xsession: disable CSD using LD_PRELOAD --- dotfiles/xsession | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/xsession b/dotfiles/xsession index 1f745df..e7715ba 100644 --- a/dotfiles/xsession +++ b/dotfiles/xsession @@ -15,6 +15,7 @@ export NO_AT_BRIDGE=1 # GTK3 apps should not use CSD export GTK_CSD=0 +export LD_PRELOAD=${LD_PRELOAD}${LD_PRELOAD+:}libgtk3-nocsd.so.0 # Environment variables unset LC_ALL