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