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;
|
y = 0;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
mouse = {
|
# TODO: how
|
||||||
url.launcher.program = "xdg-open";
|
# hints.enabled = [{
|
||||||
modifiers = "Control";
|
# command = "xdg-open";
|
||||||
};
|
# post_processing = true;
|
||||||
|
# mouse = {
|
||||||
|
# enabled = true;
|
||||||
|
# mods = "Control";
|
||||||
|
# };
|
||||||
|
# }];
|
||||||
|
|
||||||
background_opacity = 0.8;
|
background_opacity = 0.8;
|
||||||
draw_bold_text_with_bright_colors = true;
|
draw_bold_text_with_bright_colors = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue