mirror of
https://github.com/Cian-H/dotfiles.git
synced 2025-12-22 19:31:57 +00:00
Increase wezterm max_fps
This commit is contained in:
@@ -2,6 +2,7 @@ local wezterm = require("wezterm")
|
||||
local config = wezterm.config_builder()
|
||||
|
||||
config.enable_wayland = true
|
||||
config.max_fps = 120
|
||||
config.default_prog = { "nu" }
|
||||
config.color_scheme = "Tokyo Night"
|
||||
config.enable_kitty_keyboard = true
|
||||
|
||||
Reference in New Issue
Block a user