1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-30 05:15:28 +02:00

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>
This commit is contained in:
Managor 2024-08-15 04:45:07 +03:00 committed by GitHub
parent 9d9d97e08a
commit 7b7e1398d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,20 @@
# 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`