mirror of
https://github.com/artizirk/dotfiles.git
synced 2024-11-01 00:30:58 +02:00
More wezterm tweaks
This commit is contained in:
parent
94e8abf192
commit
5d16610c57
@ -13,6 +13,7 @@ end
|
|||||||
-- This is where you actually apply your config choices
|
-- This is where you actually apply your config choices
|
||||||
|
|
||||||
config.font = wezterm.font 'Terminus'
|
config.font = wezterm.font 'Terminus'
|
||||||
|
config.adjust_window_size_when_changing_font_size = false
|
||||||
config.color_scheme = 'Tango (base16)'
|
config.color_scheme = 'Tango (base16)'
|
||||||
config.colors = {
|
config.colors = {
|
||||||
-- The default text color
|
-- The default text color
|
||||||
@ -31,6 +32,7 @@ config.window_padding = {
|
|||||||
bottom = 0,
|
bottom = 0,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
front_end = "WebGpu"
|
||||||
|
|
||||||
config.enable_kitty_keyboard = true
|
config.enable_kitty_keyboard = true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user