Merge pull request #874 from Timoses/patch-1

Fix logout item using hardcoded command
This commit is contained in:
tobi-wan-kenobi 2022-05-11 20:04:18 +02:00 committed by GitHub
commit 221ea0d22f
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