diff --git a/src/xev.zig b/src/xev.zig index e25dbf2..84f7e0f 100644 --- a/src/xev.zig +++ b/src/xev.zig @@ -9,7 +9,7 @@ const Key = @import("Key.zig"); const Mouse = @import("Mouse.zig"); const Color = @import("Cell.zig").Color; -const log = std.log.scoped(.xev); +const log = std.log.scoped(.tty_watcher); pub const Event = union(enum) { key_press: Key, diff --git a/temp.mp4 b/temp.mp4 deleted file mode 100644 index 3c9d5ae..0000000 Binary files a/temp.mp4 and /dev/null differ