Add wezterm setup
This commit is contained in:
parent
ceaec45f54
commit
76f102b21d
7 changed files with 87 additions and 68 deletions
17
templates/wezterm/includes/window.lua.j2
Normal file
17
templates/wezterm/includes/window.lua.j2
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
-- {{ ansible_managed }}
|
||||
|
||||
return {
|
||||
-- disable the tabbar
|
||||
enable_tab_bar = false,
|
||||
|
||||
-- window size
|
||||
initial_cols = 145,
|
||||
initial_rows = 35,
|
||||
|
||||
window_padding = {
|
||||
left = 0,
|
||||
right = 0,
|
||||
top = 0,
|
||||
bottom = 0,
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue