mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
86668c8cd2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
13 lines
454 B
Text
13 lines
454 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
|
|
(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/doc/tbsm-0.6/doc/01_Manual.txt contains instructions.
|
|
README.SLACKWARE contains additional tips.
|