mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-07-31 04:01:56 -07:00
opacity windowrule support 2 values
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
|
||||
struct SWindowSpecialRenderData {
|
||||
float alpha = 1.f;
|
||||
float alphaInactive = -1.f; // -1 means unset
|
||||
};
|
||||
|
||||
struct SWindowAdditionalConfigData {
|
||||
|
Reference in New Issue
Block a user