summaryrefslogtreecommitdiffstats
path: root/system/tbsm/README
diff options
context:
space:
mode:
Diffstat (limited to 'system/tbsm/README')
-rw-r--r--system/tbsm/README9
1 files changed, 5 insertions, 4 deletions
diff --git a/system/tbsm/README b/system/tbsm/README
index 6d7a8b7a0f..b461ca64d4 100644
--- a/system/tbsm/README
+++ b/system/tbsm/README
@@ -1,12 +1,13 @@
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
+(Information taken from tbsm manual):
-# Autostart tbsm on all TTYs
-if [[ ! ${DISPLAY} && ${XDG_VTNR} -le 2 ]]; then
+# Autostart tbsm on tty1
+if [[ ! ${DISPLAY} && ${XDG_VTNR} == 1 ]]; then
exec tbsm
fi
-/usr/share/doc/tbsm-0.5/01_Manual.txt contains instructions.
+/usr/doc/tbsm-0.7/doc/01_Manual.txt contains instructions.
README.SLACKWARE contains additional tips.