Add wlogout dotfiles

This commit is contained in:
Jeena 2025-08-31 10:35:10 +09:00
parent dd77042231
commit f709379d57
9 changed files with 134 additions and 0 deletions

36
wlogout/layout Normal file
View file

@ -0,0 +1,36 @@
{
"label" : "lock",
"action" : "hyprctl dispatch exec hyprlock",
"text" : "Lock",
"keybind" : "l"
}
{
"label" : "hibernate",
"action" : "systemctl hibernate",
"text" : "Hibernate",
"keybind" : "h"
}
{
"label" : "logout",
"action" : "hyprctl dispatch exit",
"text" : "Logout",
"keybind" : "e"
}
{
"label" : "shutdown",
"action" : "systemctl poweroff",
"text" : "Shutdown",
"keybind" : "s"
}
{
"label" : "suspend",
"action" : "systemctl suspend",
"text" : "Suspend",
"keybind" : "u"
}
{
"label" : "reboot",
"action" : "systemctl reboot",
"text" : "Reboot",
"keybind" : "r"
}