Skip to content

Commit 2bfbd0d

Browse files
committed
reset-empty-clipboard: Fix breaking selection in Konsole
Increases wait time so as not to break selection in Konsole terminal app. Signed-off-by: Lukas Holecek <[email protected]>
1 parent 853786a commit 2bfbd0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/reset-empty-clipboard.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[Command]
22
Command="
3-
var timeoutMilliseconds = 100;
3+
var timeoutMilliseconds = 500;
44
55
function reset(key, copyFn) {
66
if (hasData()) {

0 commit comments

Comments
 (0)