made wezterm tab boarders smaller
This commit is contained in:
@@ -4,6 +4,7 @@ local wezterm = require("wezterm")
|
|||||||
local config = wezterm.config_builder()
|
local config = wezterm.config_builder()
|
||||||
-- workspace dir default
|
-- workspace dir default
|
||||||
config.default_cwd = "C:/Users/support/Desktop/workspace"
|
config.default_cwd = "C:/Users/support/Desktop/workspace"
|
||||||
|
-- default term prog can be changed with cli args
|
||||||
config.default_prog = { "C:/Program Files/PowerShell/7/pwsh.exe" , '-nologo'}
|
config.default_prog = { "C:/Program Files/PowerShell/7/pwsh.exe" , '-nologo'}
|
||||||
|
|
||||||
--styles
|
--styles
|
||||||
@@ -11,10 +12,10 @@ config.harfbuzz_features = { "calt=0", "clig=0", "liga=0" }
|
|||||||
config.font = wezterm.font("JetBrains Mono", { weight = "Bold" })
|
config.font = wezterm.font("JetBrains Mono", { weight = "Bold" })
|
||||||
config.color_scheme = "Sakura"
|
config.color_scheme = "Sakura"
|
||||||
config.window_padding = {
|
config.window_padding = {
|
||||||
left = "2cell",
|
left = "0.5cell",
|
||||||
right = "2cell",
|
right = "0.5cell",
|
||||||
top = "1cell",
|
top = "0cell",
|
||||||
bottom = "1cell",
|
bottom = "0cell",
|
||||||
}
|
}
|
||||||
|
|
||||||
--window size
|
--window size
|
||||||
|
|||||||
Reference in New Issue
Block a user