new programs
This commit is contained in:
parent
382ad9052f
commit
2dee155b68
3 changed files with 13 additions and 15 deletions
|
|
@ -30,14 +30,15 @@ in {
|
|||
config.font = wezterm.font '${fonts.monospace.family}'
|
||||
-- this is a hack to get the font size to be the same as the bitmap font
|
||||
-- the size is in px, but wezterm uses pt, so we use a conversion
|
||||
-- TODO: support non-bitmaps and variable dpi better blah blah blah
|
||||
config.font_size = ${toString fonts.monospace.size} / (4 / 3)
|
||||
config.adjust_window_size_when_changing_font_size = false
|
||||
config.freetype_load_flags = 'MONOCHROME'
|
||||
config.enable_wayland = true
|
||||
config.use_fancy_tab_bar = false
|
||||
-- TODO: tiling acting WACK. these just make it even worse
|
||||
--config.use_resize_increments = true
|
||||
--config.initial_cols = 120
|
||||
--config.initial_rows = 40
|
||||
config.use_resize_increments = true
|
||||
config.initial_cols = 120
|
||||
config.initial_rows = 40
|
||||
config.window_background_opacity = 0.8
|
||||
${config.modules.desktop.themes.wezterm or ""}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue