suspend
This commit is contained in:
@@ -288,6 +288,10 @@ Item {
|
|||||||
]
|
]
|
||||||
|
|
||||||
property var powerActions: [
|
property var powerActions: [
|
||||||
|
{
|
||||||
|
name: "Sleep",
|
||||||
|
command: ["systemctl", "suspend"]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "Shutdown",
|
name: "Shutdown",
|
||||||
command: ["systemctl", "poweroff"]
|
command: ["systemctl", "poweroff"]
|
||||||
|
|||||||
Reference in New Issue
Block a user