From 72b109c14a2502f9b0f2e69b72d8ce7801aaf46c Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Mon, 1 Nov 2021 08:45:23 +0100 Subject: [PATCH] Fix: arguments in restart_on_randr --- qtile/.config/qtile/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qtile/.config/qtile/config.py b/qtile/.config/qtile/config.py index 9ef971d..b1c932c 100644 --- a/qtile/.config/qtile/config.py +++ b/qtile/.config/qtile/config.py @@ -263,5 +263,5 @@ def autostart(): @hook.subscribe.screen_change -def restart_on_randr(qtile, ev): +def restart_on_randr(qtile): qtile.cmd_restart()