summaryrefslogtreecommitdiffstats
path: root/system/tbsm/README
blob: 602337139a6ed4860e9fbd9e7493bfc90c584d50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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.