refactor: update default frame limit to 120 fps

All my devices and machines have at least 120hz displays and it just
so much smoother.
This commit is contained in:
CJ van den Berg 2026-01-13 19:45:43 +01:00
parent 6d2ad9ab5c
commit 8acef320fa
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -1,6 +1,6 @@
const builtin = @import("builtin"); const builtin = @import("builtin");
frame_rate: usize = 60, frame_rate: usize = 120,
theme: []const u8 = "ayu-mirage-bordered", theme: []const u8 = "ayu-mirage-bordered",
light_theme: []const u8 = "ayu-light", light_theme: []const u8 = "ayu-light",
input_mode: []const u8 = "flow", input_mode: []const u8 = "flow",