summaryrefslogtreecommitdiff
path: root/configs/profile/root-image/etc/skel/.bash_profile
diff options
context:
space:
mode:
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