Alias to reset plasma shell

This commit is contained in:
2022-03-28 12:12:54 -07:00
parent dd724ae057
commit ab792cdb50

View File

@@ -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"