Add files via upload

This commit is contained in:
FURK4NGG
2025-08-10 20:13:40 +03:00
committed by GitHub
parent 9a7322c575
commit 5a4aeded16
+36
View File
@@ -0,0 +1,36 @@
{
"label" : "lock",
"action" : "swaylock -f -c 000000 --clock --indicator --fade-in 0.3 --text-color ffffff --ring-color d9d9d9 --line-uses-ring --key-hl-color 1e1f2f",
"text" : "Lock",
"keybind" : "l"
}
{
"label" : "reboot",
"action" : "systemctl reboot",
"text" : "Reboot",
"keybind" : "r"
}
{
"label" : "shutdown",
"action" : "systemctl poweroff",
"text" : "Shutdown",
"keybind" : "s"
}
{
"label" : "logout",
"action" : "hyprctl dispatch exit 0",
"text" : "Logout",
"keybind" : "e"
}
{
"label" : "suspend",
"action" : "systemctl suspend",
"text" : "Suspend",
"keybind" : "u"
}
{
"label" : "hibernate",
"action" : "systemctl hibernate",
"text" : "Hibernate",
"keybind" : "h"
}