Skip to content

Commit

Permalink
fix(clipcat): disable primary selection copying
Browse files Browse the repository at this point in the history
Looks like random stutterings are not related, and instead look like xrelkd/clipcat#434
  • Loading branch information
workflow committed Jul 4, 2024
1 parent d0e1ec2 commit f6bd941
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions home/services/clipcat/clipcatd.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f6bd941

Please sign in to comment.