diff options
author | ormorph <[email protected]> | 2022-10-15 19:41:22 +0200 |
---|---|---|
committer | ormorph <[email protected]> | 2022-10-15 19:50:11 +0200 |
commit | 5f92f207c34ef48c5e95e0cc655a4ba8cc12d6d6 (patch) | |
tree | 451f771a42e226adae38f4aecf37786c063158eb | |
parent | 802f52c9d328df0a1d9a86b99deedddce868ad84 (diff) | |
download | tde-packaging-gentoo-5f92f207c34ef48c5e95e0cc655a4ba8cc12d6d6.tar.gz tde-packaging-gentoo-5f92f207c34ef48c5e95e0cc655a4ba8cc12d6d6.zip |
Fixing documentation shotcomings
Signed-off-by: ormorph <[email protected]>
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -58,7 +58,11 @@ Add all keywords from the ``` trinity.live.keywords ``` file to your setup, if y After that just run ``` emerge -av trinity-base/tdebase-meta ```, which should pull in all you need to end up with a slim TDE desktop, just like in good old Gentoo KDE3 days. If you need more, just look what the overlay offers at the moment and have fun. -If you want to use TDM (KDM replacement of TDE), just don't forget to change ``` /etc/conf.d/xdm ``` to use ``` tdm ```. +If you want to use TDM (KDM replacement of TDE), just don't forget to change ``` /etc/conf.d/display-manager ``` to use ``` tdm ```. +Add display-manager to autoload: +``` +# rc-config add display-manager +``` ----- |