diff --git a/pages/linux/plasmashell.md b/pages/linux/plasmashell.md new file mode 100644 index 0000000000..97625a93bc --- /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`