Fix logout item using hardcoded command

This commit is contained in:
Timoses 2022-05-11 19:58:34 +02:00 committed by GitHub
parent b7dd47c834
commit a6d2ccc666
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -96,7 +96,7 @@ class Module(core.module.Module):
menu.add_menuitem(
"log out",
callback=functools.partial(
self.__on_command, "Log out", "Log out?", "i3exit logout"
self.__on_command, "Log out", "Log out?", logout_cmd
),
)
# don't ask for these