summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Isaac Yu2020-04-09 19:14:52 +0200
committer Willy Sudiarto Raharjo2020-04-09 19:14:52 +0200
commit1c0d2d52b66c8680537364107f082c39d7e8e4ce (patch)
tree1cd921cc025fa7831e56c3170690205b5ed0de2b
parent094df1d5210d15b2e05fd98b47e9a91221c283f5 (diff)
downloadslackbuilds-1c0d2d52b66c8680537364107f082c39d7e8e4ce.tar.gz
system/tbsm: Fix README.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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