From d4c3b60d403f167089b1c93e28f05ca557c4a4a3 Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Mon, 10 Mar 2025 14:25:11 -0400 Subject: [PATCH] fix annoyances in title, mouse scroll, and others --- config | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/config b/config index 1223664..b725c8f 100644 --- a/config +++ b/config @@ -1,4 +1,5 @@ theme = tokyonight +title = " " font-family = FiraCode font-size = 11 background-opacity = 0.95 @@ -11,5 +12,10 @@ font-feature = +ss02 font-feature = +ss03 font-feature = +cv14 clipboard-paste-protection = false -keybind = ctrl+alt+-=new_split:down -keybind = ctrl+alt+\=new_split:right +keybind = ctrl+shift+-=new_split:down +keybind = ctrl+shift+\=new_split:right +# split-divider-color has no effect w/ background-opacity. +split-divider-color = "#FFFFFF" +async-backend = epoll +resize-overlay = never +mouse-scroll-multiplier = 2