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:
parent
6d2ad9ab5c
commit
8acef320fa
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
const builtin = @import("builtin");
|
||||
|
||||
frame_rate: usize = 60,
|
||||
frame_rate: usize = 120,
|
||||
theme: []const u8 = "ayu-mirage-bordered",
|
||||
light_theme: []const u8 = "ayu-light",
|
||||
input_mode: []const u8 = "flow",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue