summaryrefslogtreecommitdiffstats
path: root/system/tbsm/README
diff options
context:
space:
mode:
author Isaac Yu2019-05-09 18:33:18 +0200
committer Willy Sudiarto Raharjo2019-05-09 18:33:18 +0200
commit045692fe941c19210ccb894ea4974dce4ee9db0e (patch)
treedb4cf8e001aea85f561aa7eac3abd6392ade79f6 /system/tbsm/README
parent5ccb1bf2f0b1d23a22f081ff03ea7777499b5990 (diff)
downloadslackbuilds-045692fe941c19210ccb894ea4974dce4ee9db0e.tar.gz
system/tbsm: Added (Terminal Based Session Manager).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/tbsm/README')
-rw-r--r--system/tbsm/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/system/tbsm/README b/system/tbsm/README
new file mode 100644
index 0000000000..6d7a8b7a0f
--- /dev/null
+++ b/system/tbsm/README
@@ -0,0 +1,12 @@
+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 on all TTYs
+if [[ ! ${DISPLAY} && ${XDG_VTNR} -le 2 ]]; then
+ exec tbsm
+fi
+
+/usr/share/doc/tbsm-0.5/01_Manual.txt contains instructions.
+README.SLACKWARE contains additional tips.