Skip to content

Commit

Permalink
chore: added helper comment
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinSilvester committed Nov 22, 2024
1 parent f530b71 commit 78a57e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/appearance.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ local backdrops = require('utils.backdrops')
local colors = require('colors.custom')

return {
max_fps = 240,
max_fps = 120,
front_end = 'WebGpu',
webgpu_power_preference = 'HighPerformance',
webgpu_preferred_adapter = gpu_adapters:pick_best(),
-- webgpu_preferred_adapter = gpu_adapters:pick_manual('Dx12', 'IntegratedGpu'),
-- webgpu_preferred_adapter = gpu_adapters:pick_manual('Gl', 'Other'),

-- cursor
animation_fps = 240,
animation_fps = 120,
cursor_blink_ease_in = 'EaseOut',
cursor_blink_ease_out = 'EaseOut',
default_cursor_style = 'BlinkingBlock',
Expand All @@ -21,7 +21,7 @@ return {
colors = colors,

-- background
background = backdrops:initial_options(),
background = backdrops:initial_options(false), -- set to true if you want wezterm to start on focus mode

-- scrollbar
enable_scroll_bar = true,
Expand Down

0 comments on commit 78a57e1

Please sign in to comment.