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