shadow: add sharp and refactor options
options moved to decoration:shadow:
This commit is contained in:
parent
e3882b23d0
commit
d1638a09ba
7 changed files with 58 additions and 38 deletions
|
|
@ -64,7 +64,7 @@ void CAnimationManager::tick() {
|
|||
if (!*PANIMENABLED)
|
||||
animGlobalDisabled = true;
|
||||
|
||||
static auto* const PSHADOWSENABLED = (Hyprlang::INT* const*)g_pConfigManager->getConfigValuePtr("decoration:drop_shadow");
|
||||
static auto* const PSHADOWSENABLED = (Hyprlang::INT* const*)g_pConfigManager->getConfigValuePtr("decoration:shadow:enabled");
|
||||
|
||||
const auto DEFAULTBEZIER = m_mBezierCurves.find("default");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue