From 7b348d269db3708ef68bbdef1edac1456051454a Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Sun, 30 May 2021 11:01:55 +0700 Subject: [PATCH] comment out setting causing alacritty warning --- users/rin/alacritty.nix | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/users/rin/alacritty.nix b/users/rin/alacritty.nix index a87d0ee..6a1c37b 100644 --- a/users/rin/alacritty.nix +++ b/users/rin/alacritty.nix @@ -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;