1
0
Dotfiles/wlogout/layout
2024-12-26 23:51:33 -05:00

31 lines
641 B
Plaintext

{
"label" : "lock",
"action" : "swaylock",
"keybind" : "l"
}
{
"label" : "hibernate",
"action" : "systemctl hibernate || loginctl hibernate",
"keybind" : "h"
}
{
"label" : "logout",
"action" : "pkill Hyprland || pkill sway || pkill niri || loginctl terminate-user $USER",
"keybind" : "e"
}
{
"label" : "shutdown",
"action" : "systemctl poweroff || loginctl poweroff",
"keybind" : "s"
}
{
"label" : "suspend",
"action" : "systemctl suspend || loginctl suspend",
"keybind" : "u"
}
{
"label" : "reboot",
"action" : "systemctl reboot || loginctl reboot",
"keybind" : "r"
}