mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-29 13:00:02 +02:00
xsession: disable accessibility services for GTK3 apps
This commit is contained in:
parent
0d7c70a2ec
commit
b30df9a074
1 changed files with 3 additions and 0 deletions
3
xsession
3
xsession
|
@ -16,6 +16,9 @@ export MAILCAPS=$HOME/.mailcap
|
||||||
# Make QT automatically scale according to screen DPI
|
# Make QT automatically scale according to screen DPI
|
||||||
export QT_AUTO_SCREEN_SCALE_FACTOR=1
|
export QT_AUTO_SCREEN_SCALE_FACTOR=1
|
||||||
|
|
||||||
|
# GTK3 apps try to contact org.a11y.Bus. Disable that.
|
||||||
|
export NO_AT_BRIDGE=1
|
||||||
|
|
||||||
# Environment variables
|
# Environment variables
|
||||||
[ -e ~/.zshenv ] && . ~/.zshenv
|
[ -e ~/.zshenv ] && . ~/.zshenv
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue