mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-09-21 10:48:24 +00:00
don't change alpha on special anims
This commit is contained in:
@@ -96,7 +96,7 @@ void CWorkspace::startAnim(bool in, bool left, bool instant) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// check LS-es
|
// check LS-es
|
||||||
if (in) {
|
if (in && !m_bIsSpecialWorkspace) {
|
||||||
const auto PMONITOR = g_pCompositor->getMonitorFromID(m_iMonitorID);
|
const auto PMONITOR = g_pCompositor->getMonitorFromID(m_iMonitorID);
|
||||||
for (auto& ls : PMONITOR->m_aLayerSurfaceLists[ZWLR_LAYER_SHELL_V1_LAYER_TOP]) {
|
for (auto& ls : PMONITOR->m_aLayerSurfaceLists[ZWLR_LAYER_SHELL_V1_LAYER_TOP]) {
|
||||||
if (!ls->fadingOut)
|
if (!ls->fadingOut)
|
||||||
|
Reference in New Issue
Block a user