comment out setting causing alacritty warning
This commit is contained in:
parent
b4708d2169
commit
7b348d269d
1 changed files with 9 additions and 4 deletions
|
|
@ -20,10 +20,15 @@
|
|||
y = 0;
|
||||
};
|
||||
};
|
||||
mouse = {
|
||||
url.launcher.program = "xdg-open";
|
||||
modifiers = "Control";
|
||||
};
|
||||
# TODO: how
|
||||
# hints.enabled = [{
|
||||
# command = "xdg-open";
|
||||
# post_processing = true;
|
||||
# mouse = {
|
||||
# enabled = true;
|
||||
# mods = "Control";
|
||||
# };
|
||||
# }];
|
||||
|
||||
background_opacity = 0.8;
|
||||
draw_bold_text_with_bright_colors = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue