comment out setting causing alacritty warning

This commit is contained in:
LavaDesu 2021-05-30 11:01:55 +07:00
parent b4708d2169
commit 7b348d269d
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -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;