mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
20 lines
405 B
Markdown
20 lines
405 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 help on command-line options:
|
|
|
|
`plasmashell {{[-h|--help]}}`
|
|
|
|
- Display help, including Qt options:
|
|
|
|
`plasmashell --help-all`
|