Update Logout command

This commit is contained in:
Stephan Raabe 2023-10-03 20:37:48 +02:00
parent f05924714b
commit 2233ef5ff4

View File

@ -12,7 +12,7 @@
}
{
"label" : "logout",
"action" : "sleep 1; loginctl terminate-user $USER",
"action" : "sleep 1; hyprctl dispatch exit",
"text" : "Logout",
"keybind" : "e"
}