dotfiles

feat(wezterm): update icon files

+3 -2
wezterm/icon/gf3s-icon.png wezterm/icon/gf3-icon.png
wezterm/icon/mikker-icon.icns

This is a binary file and will not be displayed.

wezterm/icon/mikker-icon.png

This is a binary file and will not be displayed.

wezterm/icon/wezterm-more-colorful.icns wezterm/icon/gf3-icon.icns
+3 -2
wezterm/wezterm.lua
··· 133 133 right = 0, 134 134 }, 135 135 use_resize_increments = true, 136 - font_size = 16.0, 136 + font_size = 15.0, 137 137 -- set underline at bottom position based on lineheight 138 138 -- NOTE: subtract 150 to prevent undercurl cutoff 139 139 underline_position = ((lineheight - 1) * 1000 + 300) - 150 .. '%', ··· 142 142 color_scheme = 'Catppuccin Mocha', 143 143 disable_default_key_bindings = false, 144 144 enable_csi_u_key_encoding = false, 145 - enable_kitty_keyboard = false, 145 + enable_kitty_keyboard = true, 146 + enable_kitty_graphics = true, 146 147 keys = { 147 148 { key = 'Tab', mods = 'CTRL', action = wezterm.action.DisableDefaultAssignment }, 148 149 { key = 'Tab', mods = 'CTRL|SHIFT', action = wezterm.action.DisableDefaultAssignment },