From 841557d6f6787cb5977f20b61c19551937f31d0b Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Thu, 5 Jun 2025 09:27:57 -0300 Subject: [PATCH] Add kioworker killer service --- dot_config/systemd/user/kioworker-killer.service | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 dot_config/systemd/user/kioworker-killer.service diff --git a/dot_config/systemd/user/kioworker-killer.service b/dot_config/systemd/user/kioworker-killer.service new file mode 100644 index 0000000..2e4be3b --- /dev/null +++ b/dot_config/systemd/user/kioworker-killer.service @@ -0,0 +1,6 @@ +[Unit] +Description=Kill any long living kioworker threads + +[Service] +Type=oneshot +ExecStart=/usr/bin/pkill kioworker