LinuxCommandLibrary

plasmashell

Start and restart Plasma Desktop.

TLDR

Restart plasmashell

$ systemctl restart --user plasma-plasmashell
copy


Restart plasmashell without systemd
$ plasmashell --replace & disown
copy


Display [h]elp on command-line options
$ plasmashell --help
copy


Display help, including Qt options
$ plasmashell --help-all
copy

Copied to clipboard