1: Fix wlogout logout command

This commit is contained in:
uzy lol 2024-12-27 23:13:57 -08:00
parent 3eedc75c3a
commit 3a7247d7b4

View File

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