File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ local backdrops = require('utils.backdrops')
33local colors = require (' colors.custom' )
44
55return {
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 ,
You can’t perform that action at this time.
0 commit comments