diff --git a/pkgs/restart/default.nix b/pkgs/restart/default.nix index d5583ea..c3fe9c1 100644 --- a/pkgs/restart/default.nix +++ b/pkgs/restart/default.nix @@ -12,7 +12,7 @@ writeShellApplication text = '' # Restart script for kde - killall plasmashell - kstart plasmashell + killall .plasmashell-wr + kstart plasmashell& ''; }