feat: auto-disable niri-dependent components when NIRI_SOCKET is absent
This commit is contained in:
parent
dd854a2f7f
commit
9cf6853742
4 changed files with 9 additions and 5 deletions
|
|
@ -34,7 +34,7 @@ ShellRoot {
|
|||
}
|
||||
|
||||
LazyLoader {
|
||||
active: Modules.overviewBackdrop.enable
|
||||
active: Modules.overviewBackdrop.enable && NiriIpc.available
|
||||
OverviewBackdrop {
|
||||
screen: scope.modelData
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue