Terminal: migrate to Kitty

This commit is contained in:
Paul-Henri Froidmont 2024-06-23 20:15:59 +02:00
parent 529dea61f8
commit 91fbc2bf98
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE
6 changed files with 50 additions and 69 deletions

View file

@ -16,6 +16,20 @@ in {
sort_by = "alphabetical";
linemode = "mtime";
};
preview = {
max_width = 1200;
max_height = 1800;
};
};
theme = {
status = {
separator_open = "";
separator_close = "";
separator_style = {
fg = "black";
bg = "black";
};
};
};
};