1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 20:25:28 +03:00
aports/testing/wlogout/default-layout.patch
2021-09-16 00:38:41 +02:00

47 lines
954 B
Diff

Update default layout for Alpine.
--- a/layout
+++ b/layout
@@ -1,36 +1,36 @@
{
"label" : "lock",
- "action" : "swaylock",
+ "action" : "swaylockd",
"text" : "Lock",
"keybind" : "l"
}
{
"label" : "hibernate",
- "action" : "systemctl hibernate",
+ "action" : "doas zzz -Z",
"text" : "Hibernate",
"keybind" : "h"
}
{
"label" : "logout",
- "action" : "loginctl terminate-user $USER",
+ "action" : "swaymsg exit",
"text" : "Logout",
"keybind" : "e"
}
{
"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"
}