From 491aae86da29a2095f33da67354db96cddde99f5 Mon Sep 17 00:00:00 2001 From: Dmitry Chumak Date: Mon, 7 Apr 2025 15:59:19 +0300 Subject: [PATCH] alacritty moved to dir + themes submodule --- .gitmodules | 3 +++ {conf => alacritty}/alacritty.toml | 3 ++- alacritty/themes | 1 + install.conf.yaml | 2 +- 4 files changed, 7 insertions(+), 2 deletions(-) rename {conf => alacritty}/alacritty.toml (96%) create mode 160000 alacritty/themes diff --git a/.gitmodules b/.gitmodules index 5ed9e83..3881255 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,3 +5,6 @@ [submodule "dotbot-asdf"] path = dotbot-asdf url = https://github.com/sobolevn/dotbot-asdf.git +[submodule "alacritty/themes"] + path = alacritty/themes + url = https://github.com/alacritty/alacritty-theme.git diff --git a/conf/alacritty.toml b/alacritty/alacritty.toml similarity index 96% rename from conf/alacritty.toml rename to alacritty/alacritty.toml index a13cc5f..c16869e 100644 --- a/conf/alacritty.toml +++ b/alacritty/alacritty.toml @@ -79,7 +79,7 @@ color = "0xffffff" duration = 0 [mouse] -hide_when_typing = true +hide_when_typing = false [cursor] style = "Block" @@ -87,6 +87,7 @@ unfocused_hollow = true [keyboard] bindings = [ + { key = "A", mods = "Command", chars = "\u0001" }, { key = "C", mods = "Command", chars = "\u0003" }, { key = "D", mods = "Command", chars = "\u0004" }, { key = "E", mods = "Command", chars = "\u0005" }, diff --git a/alacritty/themes b/alacritty/themes new file mode 160000 index 0000000..86c5784 --- /dev/null +++ b/alacritty/themes @@ -0,0 +1 @@ +Subproject commit 86c578469e2bf784faf6f916883bf48349ff4f6d diff --git a/install.conf.yaml b/install.conf.yaml index bf839db..752164d 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -10,7 +10,7 @@ ~/.zshrc: shell/zsh/zshrc ~/.bashrc: shell/bash/bashrc ~/.config/nvim: nvim - ~/.alacritty.toml: conf/alacritty.toml + ~/.config/alacritty: alacritty - asdf: - plugin: vim