From 9a7ed7c6cfd1cd22a8479fa3ea61088fdb3d3c58 Mon Sep 17 00:00:00 2001 From: Saksham Mittal Date: Mon, 1 Nov 2021 18:09:50 +0530 Subject: [PATCH] powerprofilesctl: add page (#7315) --- pages/linux/powerprofilesctl.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/linux/powerprofilesctl.md diff --git a/pages/linux/powerprofilesctl.md b/pages/linux/powerprofilesctl.md new file mode 100644 index 000000000..dc44304b7 --- /dev/null +++ b/pages/linux/powerprofilesctl.md @@ -0,0 +1,12 @@ +# powerprofilesctl + +> Make power profiles handling available over D-Bus. +> More information: . + +- List available power profiles: + +`powerprofilesctl list` + +- Set a specific power profile: + +`powerprofilesctl set {{profile_name}}`