style: enhance window decorations for improved visual appeal

This commit is contained in:
2024-11-06 10:32:47 -05:00
parent 9b81eb4e52
commit 0de6489930
9 changed files with 208 additions and 35 deletions
+6
View File
@@ -27,6 +27,12 @@ end
if myos == "win" then
opts.default_prog = { "pwsh.exe" }
opts.term = "xterm-256color"
opts.front_end = "WebGpu"
opts.prefer_egl = true
opts.window_background_opacity = 0
opts.win32_system_backdrop = "Mica"
opts.use_fancy_tab_bar = false
opts.window_decorations = "INTEGRATED_BUTTONS|RESIZE"
elseif myos == "mac" then
opts.default_prog = { "zsh" }
else