diff --git a/.config/alacritty.toml b/.config/alacritty.toml index 78a3e3e..6e9812f 100644 --- a/.config/alacritty.toml +++ b/.config/alacritty.toml @@ -50,6 +50,8 @@ bindings = [ { key = "T", mods = "Control|Shift", action = "SpawnNewInstance" } ] +[window] +decorations = "Full" # Local Variables: # vc-follow-symlinks: t diff --git a/.config/git/config b/.config/git/config index 2bf529e..5c4a0e0 100644 --- a/.config/git/config +++ b/.config/git/config @@ -7,8 +7,3 @@ tool = meld [init] defaultBranch = main -[filter "lfs"] - clean = git-lfs clean -- %f - smudge = git-lfs smudge -- %f - process = git-lfs filter-process - required = true