mirror of https://github.com/CrimsonTome/tldr.git
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>pull/28/head
parent
9d9d97e08a
commit
7b7e1398d5
|
@ -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`
|
Loading…
Reference in New Issue