mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-24 04:45:08 +02:00
i3: disable CSD in i3 configuration
OK, not a fan of using LD_PRELOAD which may break at some point, may not apply to Flatpaks, etc. Try a bit the workaround in i3 configuration and we will use preload if it's not enough.
This commit is contained in:
parent
4929b9c61d
commit
772700e7a2
2 changed files with 1 additions and 4 deletions
|
@ -13,10 +13,6 @@ export QT_QPA_PLATFORMTHEME=qt5ct
|
|||
# GTK3 apps try to contact org.a11y.Bus. Disable that.
|
||||
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
|
||||
[ -e ~/.zshenv ] && . ~/.zshenv
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue