Fix: arguments in restart_on_randr

This commit is contained in:
Bertrand Benjamin 2021-11-01 08:45:23 +01:00
parent b1cf2bbab6
commit 72b109c14a
1 changed files with 1 additions and 1 deletions

View File

@ -263,5 +263,5 @@ def autostart():
@hook.subscribe.screen_change
def restart_on_randr(qtile, ev):
def restart_on_randr(qtile):
qtile.cmd_restart()