35 lines
680 B
Diff
35 lines
680 B
Diff
--- a/layout
|
|
+++ b/layout
|
|
@@ -6,7 +6,7 @@
|
|
}
|
|
{
|
|
"label" : "hibernate",
|
|
- "action" : "systemctl hibernate",
|
|
+ "action" : "loginctl hibernate",
|
|
"text" : "Hibernate",
|
|
"keybind" : "h"
|
|
}
|
|
@@ -18,19 +18,19 @@
|
|
}
|
|
{
|
|
"label" : "shutdown",
|
|
- "action" : "systemctl poweroff",
|
|
+ "action" : "loginctl poweroff",
|
|
"text" : "Shutdown",
|
|
"keybind" : "s"
|
|
}
|
|
{
|
|
"label" : "suspend",
|
|
- "action" : "systemctl suspend",
|
|
+ "action" : "loginctl suspend",
|
|
"text" : "Suspend",
|
|
"keybind" : "u"
|
|
}
|
|
{
|
|
"label" : "reboot",
|
|
- "action" : "systemctl reboot",
|
|
+ "action" : "loginctl reboot",
|
|
"text" : "Reboot",
|
|
"keybind" : "r"
|
|
}
|