feat(window): tweak window settings and renderer
This commit is contained in:
+12
-3
@@ -14,11 +14,20 @@ local opts = {
|
||||
bottom = "0%",
|
||||
},
|
||||
|
||||
window_content_alignment = {
|
||||
horizontal = "Center",
|
||||
vertical = "Center",
|
||||
},
|
||||
|
||||
-- Set the animation framerate
|
||||
animation_fps = 120,
|
||||
cursor_blink_rate = 800,
|
||||
cursor_blink_ease_in = "EaseIn",
|
||||
cursor_blink_ease_out = "EaseOut",
|
||||
max_fps = 170,
|
||||
|
||||
-- Wayland
|
||||
--enable_wayland = false,
|
||||
enable_wayland = true,
|
||||
|
||||
-- Window Decorations
|
||||
window_decorations = "TITLE | RESIZE",
|
||||
@@ -56,7 +65,7 @@ local opts = {
|
||||
audible_bell = "SystemBeep",
|
||||
|
||||
-- Terminal Variable
|
||||
-- term = "wezterm",
|
||||
term = "wezterm",
|
||||
|
||||
--Honor kitty protocol inputs
|
||||
enable_kitty_keyboard = true,
|
||||
@@ -64,7 +73,7 @@ local opts = {
|
||||
-- Rendering
|
||||
front_end = "WebGpu",
|
||||
-- webgpu_power_preference = "HighPerformance",
|
||||
-- webgpu_power_preference = "LowPower",
|
||||
webgpu_power_preference = "LowPower",
|
||||
-- webgpu_preferred_adapter = gpus[1],
|
||||
-- front_end = "OpenGL",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user