diff --git a/src/config/Config.zig b/src/config/Config.zig index e285b5ecb..ff8a734df 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -1513,8 +1513,8 @@ keybind: Keybinds = .{}, }, @"copy-on-right-click": CopyOnMouseAction = switch (builtin.os.tag) { - .linux => .true, - .macos => .true, + .linux => .false, + .macos => .false, else => .false, },