Update style

This commit is contained in:
Stephan Raabe
2023-09-11 13:42:16 +02:00
parent 25687425d2
commit 2cb32c3746
2 changed files with 61 additions and 26 deletions
+14 -13
View File
@@ -1,35 +1,36 @@
{
"label" : "lock",
"action" : "swaylock",
"text" : "Lock"
"text" : "Lock",
"keybind" : "l"
}
{
"label" : "hibernate",
"action" : "systemctl hibernate",
"text" : "Hibernate"
"text" : "Hibernate",
"keybind" : "h"
}
{
"label" : "logout",
"action" : "hyprctl dispatch exit 0",
"text" : "Logout"
"action" : "loginctl terminate-user $USER",
"text" : "Logout",
"keybind" : "e"
}
{
"label" : "shutdown",
"action" : "systemctl poweroff",
"text" : "Shutdown"
"text" : "Shutdown",
"keybind" : "s"
}
{
"label" : "suspend",
"action" : "systemctl suspend",
"text" : "Suspend"
"text" : "Suspend",
"keybind" : "u"
}
{
"label" : "reboot",
"action" : "systemctl reboot",
"text" : "Reboot"
}
"text" : "Reboot",
"keybind" : "r"
}