slackbuilds/system/tbsm
Isaac Yu afe26d2af0
system/tbsm: Fix SlackBuild
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-01-29 11:44:47 +07:00
..
README system/tbsm: Updated for version 0.7. 2022-11-19 10:08:06 +07:00
README.SLACKWARE system/tbsm: Fix SlackBuild 2023-01-29 11:44:47 +07:00
slack-desc
tbsm.SlackBuild system/tbsm: Fix SlackBuild 2023-01-29 11:44:47 +07:00
tbsm.info system/tbsm: Updated for version 0.7. 2022-11-19 10:08:06 +07:00

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
(Information taken from tbsm manual): 

# Autostart tbsm on tty1
if [[ ! ${DISPLAY} && ${XDG_VTNR} == 1 ]]; then
    exec tbsm
fi

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