mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
26 lines
473 B
Plaintext
26 lines
473 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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:
|
|
|
|
`plasmashell {{[-h|--help]}}`
|
|
|
|
- Display help, including Qt options:
|
|
|
|
`plasmashell --help-all`
|