initial commit

This commit is contained in:
smayzy
2025-02-25 21:21:43 +01:00
parent 5017c1f945
commit 4e9928a2e4
14 changed files with 925 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"label" : "lock",
"action" : "hyprlock",
"text" : "Lock",
"keybind" : "l"
}
{
"label" : "shutdown",
"action" : "systemctl poweroff",
"text" : "Shutdown",
"keybind" : "s"
}
{
"label" : "reboot",
"action" : "systemctl reboot",
"text" : "Reboot",
"keybind" : "r"
}