This script is for Slackware 14.2 only and may be outdated.

SlackBuilds Repository

14.2 > System > tbsm (0.5)

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.

Maintained by: Isaac Yu
Keywords: login,display manager,bash,x11,wayland
ChangeLog: tbsm

Homepage:
https://github.com/loh-tar/tbsm

Source Downloads:
tbsm-0.5.tar.gz (35faadd3c3cdba0c87541823cadb65f1)

Download SlackBuild:
tbsm.tar.gz
tbsm.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
README.SLACKWARE
slack-desc
tbsm.SlackBuild
tbsm.info

Validated for Slackware 14.2

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds