aboutsummaryrefslogtreecommitdiffstats
path: root/community/wlogout/default-layout.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/wlogout/default-layout.patch')
-rw-r--r--community/wlogout/default-layout.patch36
1 files changed, 36 insertions, 0 deletions
diff --git a/community/wlogout/default-layout.patch b/community/wlogout/default-layout.patch
new file mode 100644
index 00000000000..83ad569b489
--- /dev/null
+++ b/community/wlogout/default-layout.patch
@@ -0,0 +1,36 @@
+Update default layout for Alpine.
+
+--- a/layout
++++ b/layout
+@@ -6,7 +6,7 @@
+ }
+ {
+ "label" : "hibernate",
+- "action" : "systemctl hibernate",
++ "action" : "doas zzz -Z",
+ "text" : "Hibernate",
+ "keybind" : "h"
+ }
+@@ -18,19 +18,19 @@
+ }
+ {
+ "label" : "shutdown",
+- "action" : "systemctl poweroff",
++ "action" : "doas poweroff",
+ "text" : "Shutdown",
+ "keybind" : "s"
+ }
+ {
+ "label" : "suspend",
+- "action" : "systemctl suspend",
++ "action" : "doas zzz",
+ "text" : "Suspend",
+ "keybind" : "u"
+ }
+ {
+ "label" : "reboot",
+- "action" : "systemctl reboot",
++ "action" : "doas reboot",
+ "text" : "Reboot",
+ "keybind" : "r"
+ }