1
0
Fork 0
dotfiles/.config/X11/xsession.d/50qt-a11y

8 lines
182 B
Bash

# vim:set ft=sh
export QT_ACCESSIBILITY=1
if [ -x "/usr/bin/dbus-update-activation-environment" ]; then
dbus-update-activation-environment --verbose --systemd QT_ACCESSIBILITY
fi