mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-06-25 04:25:22 -04:00
compositor/workspace: fix DMS binding to ext-workspace-v1 even when we
don't use it
This commit is contained in:
@@ -94,6 +94,8 @@ Item {
|
||||
readonly property bool useExtWorkspace: {
|
||||
if (Quickshell.env("DMS_FORCE_EXTWS") === "1")
|
||||
return (WindowManager.windowsets?.length ?? 0) > 0;
|
||||
if (!CompositorService.compositorDetected)
|
||||
return false;
|
||||
switch (CompositorService.compositor) {
|
||||
case "niri":
|
||||
case "hyprland":
|
||||
|
||||
Reference in New Issue
Block a user