summaryrefslogtreecommitdiffstats
path: root/system/tbsm/README
diff options
context:
space:
mode:
Diffstat (limited to 'system/tbsm/README')
-rw-r--r--system/tbsm/README5
1 files changed, 3 insertions, 2 deletions
diff --git a/system/tbsm/README b/system/tbsm/README
index 9edd04a5af..a02d5c305a 100644
--- a/system/tbsm/README
+++ b/system/tbsm/README
@@ -1,9 +1,10 @@
tbsm is a pure bash session or application launcher, inspired by cdm,
tdm and krunner. It supports X and Wayland sessions.
-Autostart tbsm upon login by adding the following to $HOME/.profile:
+Autostart tbsm upon login by adding the following to $HOME/.profile
+(Reference: https://wiki.gentoo.org/wiki/Start_X_on_login):
-# Autostart tbsm on all TTYs
+# Autostart tbsm on tty1
if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then
exec tbsm
fi