From 8ca661cd95d58c940b546740cb3eb4405fb2e8e3 Mon Sep 17 00:00:00 2001 From: Felix Pankratz Date: Mon, 3 Jun 2024 01:44:52 +0200 Subject: [PATCH] things n stuffs --- .wezterm.lua | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.wezterm.lua b/.wezterm.lua index b7bd59b..f50e06f 100644 --- a/.wezterm.lua +++ b/.wezterm.lua @@ -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'