1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 13:32:50 -05:00

niri: add option to disable overview launcher (#887)

This commit is contained in:
Lucas
2025-12-02 20:04:04 -03:00
committed by GitHub
parent 02dd19962f
commit 75af444cee
4 changed files with 66 additions and 1 deletions

View File

@@ -712,7 +712,7 @@ Item {
LazyLoader {
id: niriOverviewOverlayLoader
active: CompositorService.isNiri
active: CompositorService.isNiri && SettingsData.niriOverviewOverlayEnabled
component: NiriOverviewOverlay {
id: niriOverviewOverlay
}