You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting picom as described below (using --experimental-backends --transparent-clipping)
Starting e.g. Firefox and right clicking to trigger a popup_menu
Expected behavior
I want only my terminal kitty to be transparent in the following manner:
The desktop wallpaper should be used as the actual background of the terminal - even if the terminal is in front of another application. To achieve this desired behavior, I followed the suggestion from #265 and start picom using the aforementioned configuration with the following line in my ~/.config/i3/config:
This should render the wallpaper as terminal background within kitty (which works flawlessly) but should not affect other applications as they are not explicitly mentioned in the opacity-rule of the config above.
Current Behavior
popup_menus like those in Firefox, Thunderbird or Zoom are displayed with a border around them as seen in the following screenshot. Through this border, the actual desktop wallpaper is visible.
Stack trace
/
OpenGL trace
/
Other details
As can be seen from my config, I already tried the solution from #836.
I also tried disabling client side decorations as described in the archwiki and pointed out in #737.
Furthermore, I don't see how the solution of #901 applies here, as I have not mentioned Firefox at all in my set of opacity-rules.
The text was updated successfully, but these errors were encountered:
This unfortunately is not easy to solve on our side. Many firefox menus windows are slightly bigger than what's visible, with a transparent margin around the visible part. firefox either needs to stop doing this, or setup the shape of the window properly.
Meanwhile, there is #738 which can be used to conditionally disable transparent-clipping, which can be used to workaround this.
Platform
OS: Arch Linux
Kernel: 5.15.74-1-lts
GPU, drivers, and screen setup
Environment
i3wm
picom version
Diagnostics
Configuration:
Configuration file
Steps of reproduction
--experimental-backends --transparent-clipping
)Expected behavior
I want only my terminal
kitty
to be transparent in the following manner:The desktop wallpaper should be used as the actual background of the terminal - even if the terminal is in front of another application. To achieve this desired behavior, I followed the suggestion from #265 and start picom using the aforementioned configuration with the following line in my
~/.config/i3/config
:This should render the wallpaper as terminal background within kitty (which works flawlessly) but should not affect other applications as they are not explicitly mentioned in the
opacity-rule
of the config above.Current Behavior
popup_menus like those in Firefox, Thunderbird or Zoom are displayed with a border around them as seen in the following screenshot. Through this border, the actual desktop wallpaper is visible.
Stack trace
/
OpenGL trace
/
Other details
As can be seen from my config, I already tried the solution from #836.
I also tried disabling client side decorations as described in the archwiki and pointed out in #737.
Furthermore, I don't see how the solution of #901 applies here, as I have not mentioned Firefox at all in my set of
opacity-rule
s.The text was updated successfully, but these errors were encountered: