slackbuilds/system/tbsm
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README system/tbsm: Fix README. 2020-04-10 00:14:52 +07:00
README.SLACKWARE
slack-desc
tbsm.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
tbsm.info

README

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
(Reference: https://wiki.gentoo.org/wiki/Start_X_on_login):

# Autostart tbsm on tty1
if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then
    exec tbsm
fi

/usr/share/doc/tbsm-0.5/01_Manual.txt contains instructions.
README.SLACKWARE contains additional tips.