first commit
This commit is contained in:
9
etc_org/X11/Xsession.d/90qt-a11y
Normal file
9
etc_org/X11/Xsession.d/90qt-a11y
Normal file
@ -0,0 +1,9 @@
|
||||
# -*- sh -*-
|
||||
# Xsession.d script to set the env variables to enable accessibility for Qt
|
||||
#
|
||||
# This file is sourced by Xsession(5), not executed.
|
||||
|
||||
QT_ACCESSIBILITY=1
|
||||
QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1
|
||||
|
||||
export QT_ACCESSIBILITY QT_LINUX_ACCESSIBILITY_ALWAYS_ON
|
Reference in New Issue
Block a user