From 84f767cf3281ce71bc1b4bac996605f8aecf0e20 Mon Sep 17 00:00:00 2001 From: jabuxas Date: Wed, 5 Mar 2025 07:23:14 -0300 Subject: [PATCH] fix(pc): alacritty migrate --- .../.config/alacritty/alacritty.toml | 32 ++++++++++--------- .../configs/fuzzel/.config/fuzzel/fuzzel.ini | 1 + 2 files changed, 18 insertions(+), 15 deletions(-) diff --git a/desktop/configs/alacritty/.config/alacritty/alacritty.toml b/desktop/configs/alacritty/.config/alacritty/alacritty.toml index db5acdb..d0f5d28 100644 --- a/desktop/configs/alacritty/.config/alacritty/alacritty.toml +++ b/desktop/configs/alacritty/.config/alacritty/alacritty.toml @@ -1,18 +1,3 @@ -# There are the specification here: https://github.com/alacritty/alacritty/blob/master/extra/man/alacritty.5.scd -# It is not obvious how it translates to TOML. But it is extremely straightforward. - -# example: WINDOW, COLORS, etc. are tables, and should be represented as [window], [colors], respectively. -# specifics of variables go under them. e.g.- look under "dynamic_padding" under- -# https://github.com/alacritty/alacritty/blob/master/extra/man/alacritty.5.scd#window -# write `dynamic_padding = true` (without backticks -`) under the table [window] -# for variables with multiple values, use "dotted keys". Like setting `padding.x = 5` under [window]. -# This is simple. If not clear, do several trials and errors. - -# Below is my initial set-up. The TOML homepage (https://toml.io/en/v1.0.0) was very helpful in figuring this out. -# I put the file alacritty.toml in $HOME/.config/alacritty. However it can be kept anywhere among the places mentioned in -# https://github.com/alacritty/alacritty/tree/master#configuration - -import = ["~/.config/alacritty/black.toml"] [window] @@ -48,3 +33,20 @@ regex = "(ipfs:|ipns:|magnet:|mailto:|gemini://|gopher://|https://|http://|news: bindings = [ { key = "T", mods = "Control|Shift", command = { program = "fish", args = ["/yang/scripts/toggle_opacity_alacritty.fish"] } } ] + +[general] +# There are the specification here: https://github.com/alacritty/alacritty/blob/master/extra/man/alacritty.5.scd +# It is not obvious how it translates to TOML. But it is extremely straightforward. + +# example: WINDOW, COLORS, etc. are tables, and should be represented as [window], [colors], respectively. +# specifics of variables go under them. e.g.- look under "dynamic_padding" under- +# https://github.com/alacritty/alacritty/blob/master/extra/man/alacritty.5.scd#window +# write `dynamic_padding = true` (without backticks -`) under the table [window] +# for variables with multiple values, use "dotted keys". Like setting `padding.x = 5` under [window]. +# This is simple. If not clear, do several trials and errors. + +# Below is my initial set-up. The TOML homepage (https://toml.io/en/v1.0.0) was very helpful in figuring this out. +# I put the file alacritty.toml in $HOME/.config/alacritty. However it can be kept anywhere among the places mentioned in +# https://github.com/alacritty/alacritty/tree/master#configuration + +import = ["~/.config/alacritty/black.toml"] diff --git a/desktop/configs/fuzzel/.config/fuzzel/fuzzel.ini b/desktop/configs/fuzzel/.config/fuzzel/fuzzel.ini index 6b45ad7..09db2f0 100644 --- a/desktop/configs/fuzzel/.config/fuzzel/fuzzel.ini +++ b/desktop/configs/fuzzel/.config/fuzzel/fuzzel.ini @@ -8,6 +8,7 @@ icon-theme=Papirus icons-enabled=yes show-actions=yes anchor=top +y-margin=50 lines=10 width=40 horizontal-pad=20