1
0
Fork 0
dotfiles/.config/X11/xsession.d/90qt-a11y
2023-02-07 16:35:27 +01:00

7 lines
185 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