diff --git a/.alacritty.toml b/.alacritty.toml index 73e9f05..bb453c7 100644 --- a/.alacritty.toml +++ b/.alacritty.toml @@ -1,5 +1,5 @@ [window] -opacity = 0.8 +decorations = "Transparent" [font] normal = { family = "JetBrainsMono NF", style = "Regular" } diff --git a/hypr/hyprland/decorations.conf b/hypr/hyprland/decorations.conf index ed6c1df..0c9b896 100644 --- a/hypr/hyprland/decorations.conf +++ b/hypr/hyprland/decorations.conf @@ -5,7 +5,7 @@ decoration { blur { enabled = true - size = 6 + size = 4 passes = 1 ignore_opacity = true } diff --git a/mise/config.toml b/mise/config.toml index 5dc348e..444f9db 100644 --- a/mise/config.toml +++ b/mise/config.toml @@ -1,6 +1,6 @@ [tools] go = "latest" -node = "22" +node = "20" rust = "latest" bun = "latest" dotnet = "8"