From 1c0d2d52b66c8680537364107f082c39d7e8e4ce Mon Sep 17 00:00:00 2001 From: Isaac Yu Date: Fri, 10 Apr 2020 00:14:52 +0700 Subject: system/tbsm: Fix README. Signed-off-by: Willy Sudiarto Raharjo --- system/tbsm/README | 5 +++-- 1 file 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 -- cgit v1.2.3