mirror of
https://github.com/halfdan/dotfiles.git
synced 2025-09-10 19:56:24 +00:00
Many changes
This commit is contained in:
19
.config/wezterm/wezterm.lua
Normal file
19
.config/wezterm/wezterm.lua
Normal file
@@ -0,0 +1,19 @@
|
||||
local wezterm = require"wezterm"
|
||||
|
||||
return {
|
||||
-- Font settings
|
||||
font = wezterm.font_with_fallback {
|
||||
'FiraCode Nerd Font Mono',
|
||||
'Jetbrains Mono'
|
||||
},
|
||||
font_size = 18,
|
||||
|
||||
color_scheme = "Gruvbox Dark",
|
||||
-- Tab bar
|
||||
show_tab_index_in_tab_bar = false,
|
||||
hide_tab_bar_if_only_one_tab = true,
|
||||
-- Window look
|
||||
window_decorations = "RESIZE",
|
||||
-- Wayland
|
||||
enable_wayland = true,
|
||||
}
|
Reference in New Issue
Block a user