mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-18 09:23:46 +01:00
vinput can now paste multiple times
This commit is contained in:
parent
e9bc072428
commit
b08b1e3e5c
1 changed files with 0 additions and 1 deletions
|
@ -134,7 +134,6 @@ pub fn provideClipboard(data: []const u8, alloc: std.mem.Allocator) !void {
|
|||
} else {
|
||||
log.info("sent clipboard to unknown window", .{});
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue