From df75716bec039419d0fd1c2d29230a3def928e8b Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Thu, 2 Jan 2025 20:27:44 +0100 Subject: [PATCH] wezterm: adjust configuration --- home/config/wezterm/config.fnl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/config/wezterm/config.fnl b/home/config/wezterm/config.fnl index cbb282f..c7f08f3 100644 --- a/home/config/wezterm/config.fnl +++ b/home/config/wezterm/config.fnl @@ -233,6 +233,7 @@ {:key :RightArrow :mods :CMD :action (wezterm.action.ActivateTabRelative 1)}] + :enable_kitty_keyboard true :send_composed_key_when_left_alt_is_pressed true :send_composed_key_when_right_alt_is_pressed true ;; Mouse @@ -260,4 +261,5 @@ {:label :zsh :args [_G.shells.zsh]}] ;; Other :front_end :WebGpu + :max_fps 120 :check_for_updates false})