mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 09:23:03 +00:00

不影响默认行为,默认该配置为 0 即立刻显示或恢复 如果需要可以进行 dconfig 配置 Log: 添加配置显示桌面的悬浮时间 Change-Id: I0b394bf02717b6ba1abe1e5c86fab82d314f39fc
43 lines
1.9 KiB
JSON
43 lines
1.9 KiB
JSON
{
|
||
"magic":"dsg.config.meta",
|
||
"version":"1.0",
|
||
"contents":{
|
||
"showWindowName":{
|
||
"value":0,
|
||
"serial":0,
|
||
"flags":[],
|
||
"name":"小窗口显示窗口名称",
|
||
"name[zh_CN]":"小窗口显示窗口名称",
|
||
"description[zh_CN]":"提供鼠标悬停小窗口标题显示配置,默认为悬停显示: \
|
||
当配置为全部显示时,鼠标悬停在任务栏图标位置时所有预览窗口显示标题信息; \
|
||
当配置为悬停显示时,鼠标仅在悬停在预览小窗口时在当前窗口显示标题信息; \
|
||
当配置为不显示时,鼠标悬停应用位置和预览小窗口位置时都不显示标题信息;",
|
||
"description":"0 Mouse over show;1 Always show; 2 Always hide",
|
||
"permissions":"readwrite",
|
||
"visibility":"private"
|
||
},
|
||
"alwaysHideDock":{
|
||
"value": false,
|
||
"serial": 0,
|
||
"flags":[],
|
||
"name":"alwaysHideDock",
|
||
"name[zh_CN]":"一直隐藏",
|
||
"description[zh_CN]":"当设置为true时,即使鼠标放在任务栏区域也不会显示任务栏;配置即时生效",
|
||
"description":"ture: Dock is hidden all the time, false: Depend on other settings of dock",
|
||
"permissions":"readwrite",
|
||
"visibility":"private"
|
||
},
|
||
"toggleDesktopInterval":{
|
||
"value": 0,
|
||
"serial": 0,
|
||
"flags":[],
|
||
"name":"toggleDesktopInterval",
|
||
"name[zh_CN]":"显示(或恢复)桌面的悬浮时间间隔",
|
||
"description[zh_CN]":"显示(或恢复)桌面将在悬停间隔后切换(以毫秒为单位)",
|
||
"description":"show(or restore) desktop will toggle after the hover interval (in milliseconds)",
|
||
"permissions":"readwrite",
|
||
"visibility":"private"
|
||
}
|
||
}
|
||
}
|