This commit is contained in:
2025-11-13 22:49:06 +02:00
parent 1a5368d495
commit 891ad28212
4 changed files with 37 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
{
"label" : "lock",
"action" : "loginctl lock-session",
"action" : "hyprctl dispatch exec hyprlock",
"text" : "Lock",
"keybind" : "l"
}
@@ -12,7 +12,7 @@
}
{
"label" : "logout",
"action" : "loginctl terminate-user $USER",
"action" : "pkill -9 -u ralsei",
"text" : "Logout",
"keybind" : "e"
}