mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-09 17:54:22 +02:00
xsession: disable CSD using LD_PRELOAD
This commit is contained in:
parent
4ace8ac9a3
commit
4929b9c61d
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue