things n stuffs

master
Felix Pankratz 5 months ago
parent 4da6a985ab
commit 8ca661cd95

@ -7,7 +7,7 @@ local config = wezterm.config_builder()
-- This is where you actually apply your config choices
-- For example, changing the color scheme:
config.color_scheme = 'Slate'
config.color_scheme = 'Argonaut (Gogh)'
-- keybinds
config.leader = { key = 'a', mods = 'CTRL', timeout_milliseconds = 1000 }
@ -82,10 +82,12 @@ config.use_fancy_tab_bar = false
config.hide_tab_bar_if_only_one_tab = true
config.inactive_pane_hsb = {
saturation = 0.9,
brightness = 0.6,
saturation = 0.6,
brightness = 0.8,
}
config.quick_select_alphabet = "asdfqweryxcvjkluiopmghtzbn"
-- WSL
if wezterm.target_triple == 'x86_64-pc-windows-msvc' then
config.default_domain = 'WSL:Debian'

Loading…
Cancel
Save