Lower inactive window opacity

This commit is contained in:
2026-05-17 14:15:21 -07:00
parent 423d5cd35b
commit 0a118d0673
2 changed files with 2 additions and 2 deletions

View File

@@ -128,7 +128,7 @@ function M.setup(ctx)
passes = 3, passes = 3,
}, },
active_opacity = 1.0, active_opacity = 1.0,
inactive_opacity = 0.9, inactive_opacity = 0.65,
}, },
animations = { animations = {
enabled = true, enabled = true,

View File

@@ -108,7 +108,7 @@ myConfig = def
, borderWidth = 0 , borderWidth = 0
, logHook , logHook
= updatePointer (0.5, 0.5) (0, 0) = updatePointer (0.5, 0.5) (0, 0)
<> toggleFadeInactiveLogHook 0.9 <> toggleFadeInactiveLogHook 0.65
<> workspaceHistoryHook <> workspaceHistoryHook
<> setWorkspaceNames <> setWorkspaceNames
<> logHook def <> logHook def