some shit

This commit is contained in:
2022-09-02 16:15:54 +02:00
parent 7ec4c850d3
commit d4828f61f1
18 changed files with 353 additions and 598 deletions

View File

@ -1,10 +1,21 @@
local wezterm = require("wezterm")
local padding = 30
return {
font = wezterm.font("FiraCodeNerdFont"),
font_size = 13,
-- You can specify some parameters to influence the font selection;
-- for example, this selects a Bold, Italic font variant.
-- color_scheme = "Batman",
use_fancy_tab_bar = false,
hide_tab_bar_if_only_one_tab = true,
alternate_buffer_wheel_scroll_speed = 1,
window_close_confirmation = "AlwaysPrompt",
window_padding = {
left = padding,
right = padding,
top = padding,
bottom = padding,
},
}