Merge pull request #874 from Timoses/patch-1
Fix logout item using hardcoded command
This commit is contained in:
commit
221ea0d22f
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