From 7b7e1398d54b45fa17deced62d8e454b0309f9ab Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Thu, 15 Aug 2024 04:45:07 +0300 Subject: [PATCH] plasmashell: add page (#13442) * Create plasmashell.md * Update pages/linux/plasmashell.md Co-authored-by: spageektti --------- Co-authored-by: spageektti --- pages/linux/plasmashell.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/linux/plasmashell.md diff --git a/pages/linux/plasmashell.md b/pages/linux/plasmashell.md new file mode 100644 index 000000000..97625a93b --- /dev/null +++ b/pages/linux/plasmashell.md @@ -0,0 +1,20 @@ +# plasmashell + +> Start and restart Plasma Desktop. +> More information: . + +- 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`