kitty: fix padding
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
5563375ab4
commit
65f3133c79
1 changed files with 2 additions and 1 deletions
|
@ -26,13 +26,14 @@ in
|
|||
inactive_tab_font_style = "normal";
|
||||
confirm_os_window_close = 0;
|
||||
cursor_blink_interval = 0;
|
||||
placement_strategy = "top-left"; # Partially fix padding
|
||||
scrollback_lines = -1;
|
||||
strip_trailing_spaces = "smart";
|
||||
tab_bar_style = "powerline";
|
||||
touch_scroll_multiplier = 3;
|
||||
url_style = "straight";
|
||||
wayland_enable_ime = "no";
|
||||
window_padding_width = "0 5 5 5"; # top right bottom left
|
||||
window_padding_width = "2.5 5"; # top/bottom left/right
|
||||
|
||||
# Solarized Dark colors
|
||||
# https://ethanschoonover.com/solarized/
|
||||
|
|
Loading…
Reference in a new issue