This commit is contained in:
RafayAhmad7548 2024-06-16 16:56:18 +05:00
commit 62dab95e70
249 changed files with 12522 additions and 0 deletions

36
.config/wlogout/layout Normal file
View file

@ -0,0 +1,36 @@
{
"label" : "lock",
"action" : "hyprlock",
"text" : "",
"keybind" : "l"
}
{
"label" : "logout",
"action" : "~/scripts/killhypr",
"text" : "",
"keybind" : "e"
}
{
"label" : "shutdown",
"action" : "systemctl poweroff",
"text" : "",
"keybind" : "s"
}
{
"label" : "suspend",
"action" : "systemctl suspend",
"text" : "",
"keybind" : "u"
}
{
"label" : "reboot",
"action" : "systemctl reboot",
"text" : "",
"keybind" : "r"
}
{
"label" : "",
"action" : "",
"text" : "",
"keybind" : ""
}