1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

dock: add isolate runninig apps by display option

This commit is contained in:
bbedward
2025-12-22 14:34:06 -05:00
parent a4492b90e7
commit 0b60da3d6d
4 changed files with 28 additions and 3 deletions

View File

@@ -305,6 +305,7 @@ Singleton {
property string dockBorderColor: "surfaceText"
property real dockBorderOpacity: 1.0
property int dockBorderThickness: 1
property bool dockIsolateDisplays: false
property bool notificationOverlayEnabled: false
property int overviewRows: 2

View File

@@ -204,6 +204,7 @@ var SPEC = {
dockBorderColor: { def: "surfaceText" },
dockBorderOpacity: { def: 1.0, coerce: percentToUnit },
dockBorderThickness: { def: 1 },
dockIsolateDisplays: { def: false },
notificationOverlayEnabled: { def: false },
overviewRows: { def: 2, persist: false },