1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-27 23:12:49 -05:00

workspaces: support ext-workspace-v1

- If available
- If not niri, hyprland, sway, or dwl
This commit is contained in:
bbedward
2025-11-11 16:21:08 -05:00
parent e8770b90ef
commit 80e690f9fc
5 changed files with 412 additions and 85 deletions

View File

@@ -81,8 +81,9 @@ Item {
text: I18n.tr("Show Workspace Apps")
description: I18n.tr("Display application icons in workspace indicators")
checked: SettingsData.showWorkspaceApps
visible: CompositorService.isNiri || CompositorService.isHyprland
onToggled: checked => {
return SettingsData.set("showWorkspaceApps",
return SettingsData.set("showWorkspaceApps",
checked)
}
}
@@ -355,6 +356,7 @@ Item {
border.color: Qt.rgba(Theme.outline.r, Theme.outline.g,
Theme.outline.b, 0.2)
border.width: 0
visible: CompositorService.isNiri || CompositorService.isHyprland
Column {
id: runningAppsSection