forked from linuxdeepin/dde-shell
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathorg.deepin.ds.dock.taskmanager.json
More file actions
79 lines (79 loc) · 2.88 KB
/
org.deepin.ds.dock.taskmanager.json
File metadata and controls
79 lines (79 loc) · 2.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"magic": "dsg.config.meta",
"version": "1.0",
"contents": {
"Allow_Force_Quit": {
"value": "enabled",
"serial": 0,
"flags": [],
"name": "Allow_Force_Quit",
"name[zh_CN]": "强制退出",
"description": "allow force quit app ot not",
"permissions": "readwrite",
"visibility": "private"
},
"Window_Split": {
"value": "disabled",
"serial": 0,
"flags": [],
"name": "Window_Split",
"name[zh_CN]": "窗口拆分",
"description": "is window split",
"permissions": "readwrite",
"visibility": "private"
},
"noTaskGrouping": {
"value": false,
"serial": 0,
"flags": [],
"name": "No Task-Grouping",
"name[zh_CN]": "禁用任务分组",
"description": "Disable Taskbar Icon Grouping by Application",
"description[zh_CN]": "禁用任务栏图标按应用分组",
"permissions": "readwrite",
"visibility": "private"
},
"cgroupsBasedGrouping": {
"value": true,
"serial": 0,
"flags": [],
"name": "CGroups-based Grouping",
"name[zh_CN]": "基于 cgroups 的任务图标分组",
"description": "Enable cgroups-based task grouping",
"description[zh_CN]": "启用基于 cgroups 的任务图标分组",
"permissions": "readonly",
"visibility": "private"
},
"cgroupsBasedGroupingSkipAppIds": {
"value": ["deepin-terminal"],
"serial": 0,
"flags": [],
"name": "CGroups-Based Grouping Skipped App IDs",
"name[zh_CN]": "基于 cgroups 的任务图标分组所应跳过的应用列表",
"description": "List of app id that cgroups-based grouping should skip checking",
"description[zh_CN]": "一个表示基于 CGroups 的应用分组所应当跳过的 App ID 列表",
"permissions": "readwrite",
"visibility": "private"
},
"Docked_Items": {
"value": ["id: dde-file-manager,type: amAPP", "id: org.deepin.browser,type: amAPP", "id: deepin-app-store,type: amAPP", "id: org.deepin.dde.control-center, type: amAPP", "id: deepin-music,type: amAPP", "id: deepin-editor,type: amAPP", "id: deepin-mail,type: amAPP","id: deepin-terminal,type: amAPP","id: dde-calendar,type: amAPP", "id: deepin-calculator,type: amAPP"],
"serial": 0,
"flags": [],
"name": "Docked_Items",
"name[zh_CN]": "已固定项目(已弃用)",
"description": "`Docked_Items` is deprecated, please use `dockedElements` instead",
"permissions": "readwrite",
"visibility": "private"
},
"dockedElements": {
"value": ["desktop/dde-file-manager", "desktop/deepin-app-store", "desktop/org.deepin.browser", "desktop/deepin-mail", "desktop/deepin-terminal", "desktop/dde-calendar", "desktop/deepin-music", "desktop/deepin-editor", "desktop/deepin-calculator", "desktop/org.deepin.dde.control-center"],
"serial": 0,
"flags": [],
"name": "dockedElements",
"name[zh_CN]": "任务栏驻留项目",
"description": "The items which is docked when dock is started.",
"permissions": "readwrite",
"visibility": "private"
}
}
}