Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No transparency after last update #7969

Open
joaomatos02 opened this issue May 11, 2024 · 5 comments
Open

No transparency after last update #7969

joaomatos02 opened this issue May 11, 2024 · 5 comments

Comments

@joaomatos02
Copy link

System

OS:macOS
Version: alacritty 0.14.0-dev (7077a5f)

Problem

Opacity stopped working. Alacritty's background is black when opacity=1 and becomes grey with opacity=0 without turning transparent

@chrisduerr
Copy link
Member

Have you confirmed downgrading to a21adf1 fixes the issue?

@joaomatos02
Copy link
Author

Tested all versions and then messed up and gave you wrong info, sorry!
It stopped working in 48c088a. Last working commit in a77f77c.

@chrisduerr
Copy link
Member

chrisduerr commented May 12, 2024

Which macOS version, also does #7965 fix it?

@gersonsosa
Copy link

gersonsosa commented May 12, 2024

I tested both with my config and #7965 doesn't seem to fix it, it's somewhat transparent but not as before.

This is at 235bfe7
image

This is last working commit for me a77f77c
image

Config on both:

...
[window]
decorations = "Buttonless"
#decorations = "Full"
option_as_alt = "Both"
opacity = 0.92
...
Full config

``` import = [ # "~/.config/alacritty/colors/tokyo-night-storm.toml", # "~/.config/alacritty/colors/tokyo-night.toml", # "~/.config/alacritty/colors/catppuccin/catppuccin-latte.toml", # "~/.config/alacritty/colors/catppuccin/catppuccin-mocha.toml", "~/.config/alacritty/colors/catppuccin/catppuccin-frappe.toml", # "~/.config/alacritty/colors/catppuccin/catppuccin-machiatto.toml", ]

live_config_reload = true

#[shell]
#program = "/bin/zsh"

[bell]
animation = "EaseOutQuad"
color = "0xf7768e"
duration = 300

[colors]
draw_bold_text_with_bright_colors = true

[font]
size = 18.0

[font.normal]
family = "Maple Mono NF"

[hints]
alphabet = "jfkdls;ahgurieowpq"

[[hints.enabled]]
command = "open"
hyperlinks = true
post_processing = true
regex = "(ipfs:|ipns:|magnet:|mailto:|gemini:|gopher:|https:|http:|news:|file:|git:|ssh:|ftp:)[^\u0000-\u001F\u007F-�<>\"\\s{-}\\^⟨⟩`]+"

[hints.enabled.binding]
key = "U"
mods = "Control|Shift"

[hints.enabled.mouse]
enabled = true
mods = "None"

[[keyboard.bindings]]
key = "Comma"
mods = "Command"

[keyboard.bindings.command]
args = ["-c", "open ~/.config/alacritty/alacritty.toml"]
program = "sh"

[[keyboard.bindings]]
action = "SpawnNewInstance"
key = "N"
mods = "Command"

[[keyboard.bindings]]
chars = " "
key = "Space"
mods = "Alt"

[[keyboard.bindings]]
chars = "\u0015"
key = "Back"
mods = "Super"

[[keyboard.bindings]]
chars = "\u001Bb"
key = "Left"
mods = "Alt"

[[keyboard.bindings]]
chars = "\u001Bf"
key = "Right"
mods = "Alt"

[[keyboard.bindings]]
chars = "\u001BOH"
key = "Left"
mode = "AppCursor"
mods = "Command"

[[keyboard.bindings]]
chars = "\u001BOF"
key = "Right"
mode = "AppCursor"
mods = "Command"

[[keyboard.bindings]]
action = "ToggleSimpleFullscreen"
key = "F"
mods = "Command|Control|Alt"

[window]
decorations = "Buttonless"
#decorations = "Full"
option_as_alt = "Both"
opacity = 0.92

[window.dimensions]
columns = 140
lines = 40

</p>
</details> 

@chrisduerr
Copy link
Member

@madsmtm @kchibisov Looks like a macOS winit regression?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants