From ab792cdb50908960c627b046c9ac4847276ecffe Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Mon, 28 Mar 2022 12:12:54 -0700 Subject: [PATCH] Alias to reset plasma shell --- xonsh/linux.xsh | 1 + 1 file changed, 1 insertion(+) diff --git a/xonsh/linux.xsh b/xonsh/linux.xsh index d0c5b31..2934b95 100644 --- a/xonsh/linux.xsh +++ b/xonsh/linux.xsh @@ -2,3 +2,4 @@ from xonsh.platform import ON_LINUX if ON_LINUX: aliases["pulsefix"] = "pulseaudio --kill; pulseaudio --start" + aliases["redesktop"] = "kquitapp5 plasmashell && kstart5 plasmashell"