starting dbrw config
All checks were successful
/ update-readme (push) Successful in 50s

This commit is contained in:
dim
2024-12-30 11:27:00 +07:00
parent 863253bc74
commit 4c874e960d
45 changed files with 1068 additions and 594 deletions

View File

@@ -9,6 +9,7 @@
"ctrl+tab" = "send_text all \\x1b[27;5;9~";
"ctrl+shift+tab" = "send_text all \\x1b[27;6;9~";
"alt+tab" = "send_text all \\x1b[27;3;9~";
"ctrl+shift+enter" = "new_window_with_cwd";
};
settings = {
scrollback_lines = 10000;
@@ -23,6 +24,7 @@
cursor_shape = "Underline";
cursor_underline_thickness = 3;
window_padding_width = 10;
tab_bar_style = "powerline";
};
};
}