From 29fc9270536786b46411f52cebec0c90b06e0cfd Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Thu, 5 Jun 2025 09:28:54 -0300 Subject: [PATCH] Add kioworker killer timer --- dot_config/systemd/user/kioworker-killer.timer | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 dot_config/systemd/user/kioworker-killer.timer diff --git a/dot_config/systemd/user/kioworker-killer.timer b/dot_config/systemd/user/kioworker-killer.timer new file mode 100644 index 0000000..6c0cb33 --- /dev/null +++ b/dot_config/systemd/user/kioworker-killer.timer @@ -0,0 +1,10 @@ +[Unit] +Description=Kill kioworker threads every 10 minutes + +[Timer] +OnBootSec=1min +OnUnitActiveSec=10min +Persistent=true + +[Install] +WantedBy=timers.target