dde-dock/configs/org.deepin.dde.dock.json

54 lines
2.5 KiB
JSON
Raw Normal View History

{
"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"
},
"delayIntervalOnHide":{
"value": 0,
"serial": 0,
"flags":[],
"name":"delayIntervalOnHide",
"name[zh_CN]":"任务栏隐藏状态时,从当前屏幕显示时的延时显示时间",
"description[zh_CN]":"任务栏智能隐藏或一直隐藏时,鼠标移动到当前所在屏幕边缘过一段时间再唤起任务栏(以毫秒为单位)",
"description":"When the dock is hidden, move the mouse to the edge of the current screen and then recall the dock (in milliseconds)",
"permissions":"readwrite",
"visibility":"private"
}
}
}