This commit is contained in:
Lukian 2024-09-25 10:32:29 +02:00
parent dff03acd3c
commit 9803bb3037
36 changed files with 747 additions and 1604 deletions

24
wlogout/layout Normal file
View file

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