wezterm padding
This commit is contained in:
parent
bbd092c80d
commit
a3fba249cf
1 changed files with 6 additions and 0 deletions
|
|
@ -21,6 +21,12 @@ in {
|
||||||
end
|
end
|
||||||
return {
|
return {
|
||||||
disable_default_key_bindings = true,
|
disable_default_key_bindings = true,
|
||||||
|
window_padding = {
|
||||||
|
left = 0,
|
||||||
|
right = 0,
|
||||||
|
bottom = 0,
|
||||||
|
top = 0,
|
||||||
|
},
|
||||||
colors = {
|
colors = {
|
||||||
tab_bar = {
|
tab_bar = {
|
||||||
background = '${tabbar-background}',
|
background = '${tabbar-background}',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue