Skip to content

Commit 83ee78d

Browse files
committed
Add a heavier KDE fix utility
1 parent 5d5ebfc commit 83ee78d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

zsh/custom/utils.zsh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ fix-kde() {
6262
kstart plasmashell
6363
}
6464

65+
fix-kde-hard() {
66+
rm -rf "${HOME}/.cache/"*plasma*
67+
kwin_wayland --replace &
68+
}
69+
6570
pdfsearch() {
6671
# https://stackoverflow.com/questions/4643438/how-to-search-contents-of-multiple-pdf-files
6772
if [ $# -ne 2 ]; then

0 commit comments

Comments
 (0)