kitty: modify config
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
0716de4245
commit
4c593ab11f
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ in {
|
||||||
|
|
||||||
font = {
|
font = {
|
||||||
name = config.custom.font.monospace;
|
name = config.custom.font.monospace;
|
||||||
size = 14;
|
size = 13;
|
||||||
};
|
};
|
||||||
|
|
||||||
# https://sw.kovidgoyal.net/kitty/conf/
|
# https://sw.kovidgoyal.net/kitty/conf/
|
||||||
|
@ -33,7 +33,7 @@ in {
|
||||||
scrollback_lines = -1;
|
scrollback_lines = -1;
|
||||||
strip_trailing_spaces = "smart";
|
strip_trailing_spaces = "smart";
|
||||||
tab_bar_style = "powerline";
|
tab_bar_style = "powerline";
|
||||||
touch_scroll_multiplier = 3;
|
touch_scroll_multiplier = 5;
|
||||||
url_style = "straight";
|
url_style = "straight";
|
||||||
wayland_enable_ime = "no";
|
wayland_enable_ime = "no";
|
||||||
window_padding_width = "2.5 5"; # top/bottom left/right
|
window_padding_width = "2.5 5"; # top/bottom left/right
|
||||||
|
|
Loading…
Add table
Reference in a new issue