summaryrefslogtreecommitdiff
path: root/configs/profile/root-image/etc/skel/.bash_profile
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2018-06-30 06:16:32 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2019-05-07 09:23:27 -0400
commitc3cad37b110f015a275b38af79a3a5bfe7bed639 (patch)
treecb86249ea0977a4fc99484ea79c974d10216d7d4 /configs/profile/root-image/etc/skel/.bash_profile
parentcc333958668e319ac145f7d0b2d78122d4df8d21 (diff)
add braille and screen reader support from talkingparabola config
Diffstat (limited to 'configs/profile/root-image/etc/skel/.bash_profile')
-rw-r--r--configs/profile/root-image/etc/skel/.bash_profile4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/profile/root-image/etc/skel/.bash_profile b/configs/profile/root-image/etc/skel/.bash_profile
index 4dfbab5..5a4b1b2 100644
--- a/configs/profile/root-image/etc/skel/.bash_profile
+++ b/configs/profile/root-image/etc/skel/.bash_profile
@@ -17,5 +17,9 @@ sudo /root/.language.sh
export $(cat /etc/locale.conf)
+# launch accessibility features
+[ -d /usr/bin/talk-to-me ] && flock -n /run/talk-to-me.lck /usr/bin/talk-to-me
+
+
# launch X
[ -n "$DESKTOP_SESSION" -a -z "$DISPLAY" -a "$(tty)" = /dev/tty1 ] && exec startx || cat /etc/motd