blob: 9edd04a5afe915db663b5734b40183d9d1af5a78 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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:
# Autostart tbsm on all TTYs
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.
|