mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-28 10:02:43 +01:00
be77e9517b
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
13 lines
426 B
Text
13 lines
426 B
Text
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.
|