Minor home-manager updates

This commit is contained in:
2026-07-26 19:47:31 +01:00
parent a647e92782
commit a2a97ed690
5 changed files with 10 additions and 11 deletions
+1 -6
View File
@@ -22,14 +22,11 @@
bold_font = "Agave Nerd Font Bold";
# italic_font = "Operator Mono Lig";
bold_italic_font = "Hurmit Nerd Font Bold";
emoji_font_family = "UnifontExMono Regular";
symbol_map = "U+1F300-U+1FAFF UnifontExMono Regular";
cursor_shape = "block";
cursor_blink_interval = 0;
underline_position = "+3";
underline_thickness = "150%";
window_margin_width = 8;
foreground = "#CDD6F4";
@@ -81,8 +78,6 @@
};
keybindings = {
"ctrl+click" = "open_link";
"ctrl+shift+click" = "open_link";
"ctrl+backspace" = "send_text all \\x17";
"ctrl+delete" = "send_text all \\x1b[1;53";
"ctrl+]" = "send_text all \\x10";