Skip to content

Commit

Permalink
fix wezterm configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
zbiljic committed Dec 23, 2024
1 parent 210c6bd commit 767cf04
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions home/private_dot_config/wezterm/wezterm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ return {
scrollback_lines = 65536,

-- Controls the maximum frame rate used when rendering easing effects
-- https://wezfurlong.org/wezterm/config/lua/config/animation_fps.html
animation_fps = 30,
-- https://wezfurlong.org/wezterm/config/lua/config/animation_fps.html
animation_fps = 30,

-- Limits the maximum number of frames per second that wezterm will attempt to draw.
-- Limits the maximum number of frames per second that wezterm will attempt to draw.
-- Defaults to 60.
-- https://wezfurlong.org/wezterm/config/lua/config/max_fps.html
-- https://wezfurlong.org/wezterm/config/lua/config/max_fps.html
max_fps = 120,

-- Whether to display a confirmation prompt when the window is closed by
-- the windowing environment, either because the user closed it with
-- the window decorations, or instructed their window manager to close it.
window_close_confirmation = "NeverPrompt",
window_close_confirmation = "NeverPrompt",
}

0 comments on commit 767cf04

Please sign in to comment.