1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 23:42:09 +02:00
tldr/pages/linux/plasmashell.md
Managor 7b7e1398d5
plasmashell: add page (#13442)
* Create plasmashell.md

* Update pages/linux/plasmashell.md

Co-authored-by: spageektti <git@spageektti.cc>

---------

Co-authored-by: spageektti <git@spageektti.cc>
2024-08-15 09:45:07 +08:00

20 lines
398 B
Markdown

# plasmashell
> Start and restart Plasma Desktop.
> More information: <https://invent.kde.org/plasma/plasma-desktop>.
- Restart `plasmashell`:
`systemctl restart --user plasma-plasmashell`
- Restart `plasmashell` without systemd:
`plasmashell --replace & disown`
- Display [h]elp on command-line options:
`plasmashell --help`
- Display help, including Qt options:
`plasmashell --help-all`