Fix logout item using hardcoded command
This commit is contained in:
parent
b7dd47c834
commit
a6d2ccc666
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue