fix annoyances in title, mouse scroll, and others
This commit is contained in:
parent
48ea1aab6c
commit
d4c3b60d40
1 changed files with 8 additions and 2 deletions
10
config
10
config
|
@ -1,4 +1,5 @@
|
||||||
theme = tokyonight
|
theme = tokyonight
|
||||||
|
title = " "
|
||||||
font-family = FiraCode
|
font-family = FiraCode
|
||||||
font-size = 11
|
font-size = 11
|
||||||
background-opacity = 0.95
|
background-opacity = 0.95
|
||||||
|
@ -11,5 +12,10 @@ font-feature = +ss02
|
||||||
font-feature = +ss03
|
font-feature = +ss03
|
||||||
font-feature = +cv14
|
font-feature = +cv14
|
||||||
clipboard-paste-protection = false
|
clipboard-paste-protection = false
|
||||||
keybind = ctrl+alt+-=new_split:down
|
keybind = ctrl+shift+-=new_split:down
|
||||||
keybind = ctrl+alt+\=new_split:right
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue