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

8 lines
183 B
Plaintext
Raw Normal View History

2023-04-12 11:37:10 +02:00
# vim:set ft=sh:
2023-02-07 16:35:27 +01:00
export QT_ACCESSIBILITY=1
if [ -x "/usr/bin/dbus-update-activation-environment" ]; then
2023-02-07 17:19:53 +01:00
dbus-update-activation-environment --verbose --systemd QT_ACCESSIBILITY
2023-02-07 16:35:27 +01:00
fi