mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-06-08 04:09:15 -04:00
feat(workspace): optionally group app icons on the active workspace
Closes #1208
This commit is contained in:
@@ -372,6 +372,7 @@ Singleton {
|
||||
property bool showWorkspaceApps: false
|
||||
property bool workspaceDragReorder: true
|
||||
property bool groupWorkspaceApps: true
|
||||
property bool groupActiveWorkspaceApps: false
|
||||
property int maxWorkspaceIcons: 3
|
||||
property int workspaceAppIconSizeOffset: 0
|
||||
property bool workspaceFollowFocus: false
|
||||
|
||||
@@ -134,6 +134,7 @@ var SPEC = {
|
||||
maxWorkspaceIcons: { def: 3 },
|
||||
workspaceAppIconSizeOffset: { def: 0 },
|
||||
groupWorkspaceApps: { def: true },
|
||||
groupActiveWorkspaceApps: { def: false },
|
||||
workspaceFollowFocus: { def: false },
|
||||
showOccupiedWorkspacesOnly: { def: false },
|
||||
reverseScrolling: { def: false },
|
||||
|
||||
Reference in New Issue
Block a user