worf/all: update unstable, fix alacritty, update worf

This commit is contained in:
2024-06-02 01:02:31 +02:00
parent 5876717df1
commit fe08509e4d
5 changed files with 31 additions and 40 deletions

View File

@@ -14,6 +14,7 @@
};
dynamic_padding = true;
dynamic_title = true;
decorations = "none"; # full/none/transparent/buttonless
@@ -46,9 +47,9 @@
size = 14;
};
draw_bold_text_with_bright_colors = true;
colors = {
draw_bold_text_with_bright_colors = true;
# # Tomorrow Night Bright
# primary = {
# background = "0x141414";
@@ -150,10 +151,10 @@
# indexed_colors: []
};
visual_bell = {
animation = "EaseOutExpo";
bell = {
animation = "Ease";
color = "0xffffff";
duration = 200;
duration = 100;
};
# Key bindings
@@ -308,29 +309,19 @@
# - { key: Delete, chars: "\x1b[3~" }
mouse = {
double_click = { threshold = 300; };
triple_click = { threshold = 300; };
hide_when_typing = false;
};
selection = {
semantic_escape_chars = ",`|:\"' ()[]{}<>";
save_to_clipboard = false;
};
mouse_bindings = [
{ mouse = "Middle"; action = "PasteSelection"; }
];
cursor = {
style = "Block";
blinking = true;
style = {
shape = "Block";
blinking = "on";
};
unfocused_hollow = true;
};
dynamic_title = true;
};
};
}