diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2020-04-10 00:14:52 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-04-10 00:14:52 +0700 |
commit | 1c0d2d52b66c8680537364107f082c39d7e8e4ce (patch) | |
tree | 1cd921cc025fa7831e56c3170690205b5ed0de2b /system/tbsm | |
parent | 094df1d5210d15b2e05fd98b47e9a91221c283f5 (diff) | |
download | slackbuilds-1c0d2d52b66c8680537364107f082c39d7e8e4ce.tar.gz |
system/tbsm: Fix README.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/tbsm')
-rw-r--r-- | system/tbsm/README | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/system/tbsm/README b/system/tbsm/README index 9edd04a5af..a02d5c305a 100644 --- a/system/tbsm/README +++ b/system/tbsm/README @@ -1,9 +1,10 @@ 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 upon login by adding the following to $HOME/.profile +(Reference: https://wiki.gentoo.org/wiki/Start_X_on_login): -# Autostart tbsm on all TTYs +# Autostart tbsm on tty1 if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then exec tbsm fi |