wezzy
This commit is contained in:
parent
f50847b907
commit
3a4a96a90d
2 changed files with 4 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
task
|
# task
|
||||||
|
|
||||||
alias xo = xdg-open
|
alias xo = xdg-open
|
||||||
# alias h = hx (sk)
|
# alias h = hx (sk)
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ local wezterm = require 'wezterm';
|
||||||
local config = {
|
local config = {
|
||||||
font = wezterm.font 'FiraCode Nerd Font',
|
font = wezterm.font 'FiraCode Nerd Font',
|
||||||
color_scheme = 'GruvboxDarkHard',
|
color_scheme = 'GruvboxDarkHard',
|
||||||
window_decorations = "RESIZE",
|
window_decorations = "NONE",
|
||||||
|
|
||||||
warn_about_missing_glyphs = false,
|
warn_about_missing_glyphs = false,
|
||||||
check_for_updates = false,
|
check_for_updates = false,
|
||||||
|
|
@ -10,9 +10,8 @@ local config = {
|
||||||
hide_tab_bar_if_only_one_tab = true,
|
hide_tab_bar_if_only_one_tab = true,
|
||||||
|
|
||||||
-- enable_wayland = false,
|
-- enable_wayland = false,
|
||||||
webgpu_power_preference = 'LowPower',
|
-- webgpu_power_preference = 'LowPower',
|
||||||
front_end = 'WebGpu',
|
-- front_end = 'WebGpu',
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return config
|
return config
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue