Allow customizing wezterm size from vars
This commit is contained in:
parent
970f7489fb
commit
21bbedd13b
3 changed files with 24 additions and 21 deletions
|
|
@ -27,6 +27,9 @@ packages:
|
|||
- pipewire-pulse
|
||||
- pipewire-alsa
|
||||
|
||||
wezterm_columns: 90
|
||||
wezterm_rows: 18
|
||||
|
||||
modprobe_templates: []
|
||||
|
||||
mkinitcpio_templates:
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@ return {
|
|||
enable_tab_bar = false,
|
||||
|
||||
-- window size
|
||||
initial_cols = 145,
|
||||
initial_rows = 35,
|
||||
initial_cols = {{ wezterm_columns | default(145) }},
|
||||
initial_rows = {{ wezterm_rows | default(35) }},
|
||||
|
||||
window_padding = {
|
||||
left = 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue