summaryrefslogtreecommitdiff
path: root/modules/common/alacritty.nix
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2024-01-04 11:55:51 +0300
committerAzat Bahawi <azat@bahawi.net>2024-01-04 11:55:51 +0300
commitb41c88fa6e6348d74dd9a27f51e72799bd9f7230 (patch)
treed149e2dec10dffa3bc617409ab192c8ebf9cfea9 /modules/common/alacritty.nix
parent41b54ce8297b1ed2f5fb7d6491c7d82b24ccdc91 (diff)
2024-01-04
Diffstat (limited to 'modules/common/alacritty.nix')
-rw-r--r--modules/common/alacritty.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/modules/common/alacritty.nix b/modules/common/alacritty.nix
index 142f6c5..86d65eb 100644
--- a/modules/common/alacritty.nix
+++ b/modules/common/alacritty.nix
@@ -73,10 +73,6 @@ in {
foreground = yellow;
background = black;
};
- line_indicator = {
- foreground = null;
- background = null;
- };
selection = {
text = "CellBackground";
background = "CellForeground";
@@ -98,10 +94,6 @@ in {
};
};
};
- bell = {
- duration = 0;
- command = null; # TODO notify-send?
- };
cursor = {
style = {
shape = "Block";
@@ -109,7 +101,6 @@ in {
};
vi_mode_style = "Block";
};
- selection.save_to_clipboard = true; # TODO autocutsel?
};
};
};