Skip to content

Commit

Permalink
feat(power)!: switch backend from lmt to tlp
Browse files Browse the repository at this point in the history
Log:
  • Loading branch information
Decodetalkers committed Sep 25, 2023
1 parent 588800a commit cd04867
Show file tree
Hide file tree
Showing 8 changed files with 1,105 additions and 285 deletions.
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Provides:
Recommends:
flatpak,
iio-sensor-proxy,
laptop-mode-tools,
tlp,
proxychains4,
mesa-utils,
Suggests:
Expand Down
30 changes: 30 additions & 0 deletions misc/dsg-configs/org.deepin.dde.daemon.power.bluetoothadapter.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"magic": "dsg.config.meta",
"version": "1.0",
"contents": {
"enableDevices": {
"value": "up",
"serial": 0,
"flags": [
"global"
],
"name": "EnableDevices",
"name[zh_CN]": "启用/禁用设备",
"description": "Enable/disable the devices",
"permissions": "readwrite",
"visibility": "public"
},
"scanDevices": {
"value": "piscan",
"serial": 0,
"flags": [
"global"
],
"name": "PiscanDevices",
"name[zh_CN]": "启用/禁用页面查询扫描",
"description": "Enable/disable Page and query scanning",
"permissions": "readwrite",
"visibility": "public"
}
}
}
Loading

0 comments on commit cd04867

Please sign in to comment.