added hyprlock, wlogout, and wlogout script.

This commit is contained in:
2025-06-10 18:49:54 -05:00
parent fafe4746e4
commit a67c7f6bab
10 changed files with 210 additions and 4 deletions

24
env/.config/wlogout/layout vendored Normal file
View File

@@ -0,0 +1,24 @@
{
"label" : "shutdown",
"action" : "poweroff",
"text" : "Shutdown",
"keybind" : "s"
}
{
"label" : "reboot",
"action" : "reboot",
"text" : "Reboot",
"keybind" : "r"
}
{
"label" : "logout",
"action" : "loginctl kill-session $XDG_SESSION_ID",
"text" : "Logout",
"keybind" : "e"
}
{
"label" : "lock",
"action" : "hyprlock",
"text" : "Lock",
"keybind" : "l"
}