From a393e7f4bc9acf2b0bf4ba5b587e95de07a98e47 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Fri, 16 Sep 2022 05:14:55 -0500 Subject: [PATCH] fix(wezterm): do not display scrollbar from theme --- dots/.config/wezterm/config/theme/theme.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/dots/.config/wezterm/config/theme/theme.lua b/dots/.config/wezterm/config/theme/theme.lua index 1b0cb194..533c2048 100644 --- a/dots/.config/wezterm/config/theme/theme.lua +++ b/dots/.config/wezterm/config/theme/theme.lua @@ -1,7 +1,6 @@ local colors = require("config.theme.colors") return { - enable_scroll_bar = true, window_decorations = "RESIZE", window_background_opacity = 0.90, text_background_opacity = 1.0,