feat: auto-disable niri-dependent components when NIRI_SOCKET is absent

This commit is contained in:
Damocles 2026-04-15 21:08:44 +02:00
parent dd854a2f7f
commit 9cf6853742
4 changed files with 9 additions and 5 deletions

View file

@ -34,7 +34,7 @@ ShellRoot {
}
LazyLoader {
active: Modules.overviewBackdrop.enable
active: Modules.overviewBackdrop.enable && NiriIpc.available
OverviewBackdrop {
screen: scope.modelData
}