Skip to content

Commit 78a57e1

Browse files
chore: added helper comment
1 parent f530b71 commit 78a57e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/appearance.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ local backdrops = require('utils.backdrops')
33
local colors = require('colors.custom')
44

55
return {
6-
max_fps = 240,
6+
max_fps = 120,
77
front_end = 'WebGpu',
88
webgpu_power_preference = 'HighPerformance',
99
webgpu_preferred_adapter = gpu_adapters:pick_best(),
1010
-- webgpu_preferred_adapter = gpu_adapters:pick_manual('Dx12', 'IntegratedGpu'),
1111
-- webgpu_preferred_adapter = gpu_adapters:pick_manual('Gl', 'Other'),
1212

1313
-- cursor
14-
animation_fps = 240,
14+
animation_fps = 120,
1515
cursor_blink_ease_in = 'EaseOut',
1616
cursor_blink_ease_out = 'EaseOut',
1717
default_cursor_style = 'BlinkingBlock',
@@ -21,7 +21,7 @@ return {
2121
colors = colors,
2222

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

2626
-- scrollbar
2727
enable_scroll_bar = true,

0 commit comments

Comments
 (0)