System Grab Bag

View all TLDR pages from Linux (or from all pages)

dm-tool

A tool to communicate with the display manager. More information: https://manned.org/dm-tool.
  • Show the greeter while keeping current desktop session open and waiting to be restored upon authentication by logged in user:
    dm-tool switch-to-greeter
  • Lock the current session:
    dm-tool lock
  • Switch to a specific user, showing an authentication prompt if required:
    dm-tool switch-to-user {{username}} {{session}}
  • Add a dynamic seat from within a running LightDM session:
    dm-tool add-seat {{xlocal}} {{name}}={{value}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.