Improving accessibility in arch linux max's guide

Written By: Max

Date: December 2022

To improve the accessibility in archlinux, do the following steps:
open /etc/profile in a text editor. You will need to run as root, or the file will be read only.
copy and paste the following lines at the very bottom of the file.
export ACCESSIBILITY_ENABLED=1
export GTK_MODULES=gail:atk-bridge
export GNOME_ACCESSIBILITY=1
export QT_ACCESSIBILITY=1
export QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1
Save, than exit without making any further changes.