added config files

This commit is contained in:
Gaurav Bankar
2024-06-09 19:28:48 +05:30
parent 9968879d1e
commit c150b128b3
8 changed files with 534 additions and 0 deletions

37
configs/wlogout/layout Normal file
View File

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