💥 remove unnecessary buttons

This commit is contained in:
João Dias
2024-08-16 20:45:01 -03:00
parent d70f793757
commit fab759798d
2 changed files with 16 additions and 26 deletions
+6 -18
View File
@@ -1,21 +1,3 @@
{
"label" : "lock",
"action" : "hyprlock",
"text" : "Lock",
"keybind" : "l"
}
{
"label" : "hibernate",
"action" : "systemctl hibernate",
"text" : "Hibernate",
"keybind" : "h"
}
{
"label" : "logout",
"action" : "loginctl terminate-user $USER",
"text" : "Logout",
"keybind" : "e"
}
{
"label" : "shutdown",
"action" : "systemctl poweroff",
@@ -34,3 +16,9 @@
"text" : "Reboot",
"keybind" : "r"
}
{
"label" : "logout",
"action" : "loginctl terminate-user $USER",
"text" : "Logout",
"keybind" : "e"
}