This commit is contained in:
xsghetti 2024-05-25 21:11:17 -04:00
parent b1061c59ea
commit 7198388d16
16 changed files with 134 additions and 88 deletions

21
.config/wlogout/layout Normal file
View file

@ -0,0 +1,21 @@
{
"label" : "lock",
"action" : "hyprlock",
"keybind" : "l"
}
{
"label" : "reboot",
"action" : "systemctl reboot",
"keybind" : "r"
}
{
"label" : "logout",
"action" : "loginctl terminate-user $USER",
"keybind" : "e"
}
{
"label" : "shutdown",
"action" : "systemctl poweroff",
"keybind" : "s"
}