From f6bd9411bcfaaabff2a3b9fc28700ef419a85cbf Mon Sep 17 00:00:00 2001 From: workflow <4farlion@gmail.com> Date: Thu, 4 Jul 2024 15:19:54 +0200 Subject: [PATCH] fix(clipcat): disable primary selection copying Looks like random stutterings are not related, and instead look like https://github.com/xrelkd/clipcat/issues/434 --- home/services/clipcat/clipcatd.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/home/services/clipcat/clipcatd.toml b/home/services/clipcat/clipcatd.toml index 318bd4f..5751b45 100644 --- a/home/services/clipcat/clipcatd.toml +++ b/home/services/clipcat/clipcatd.toml @@ -13,8 +13,7 @@ level = "INFO" [watcher] enable_clipboard = true -enable_primary = true -enable_secondary = true +enable_primary = false sensitive_x11_atoms = ["x-kde-passwordManagerHint"] filter_text_min_length = 1 filter_text_max_length = 20000000