From c9b67785eea2d3636289683ac67abea24f3169c9 Mon Sep 17 00:00:00 2001 From: The-Repo-Club Date: Mon, 17 Oct 2022 21:03:45 +0100 Subject: [PATCH] clear a line --- qtile/.config/qtile/config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/qtile/.config/qtile/config.py b/qtile/.config/qtile/config.py index b5b337b6f..c8a5188a7 100644 --- a/qtile/.config/qtile/config.py +++ b/qtile/.config/qtile/config.py @@ -191,7 +191,6 @@ keys = [ dgroups_key_binder = simple_key_binder(MOD) dgroups_app_rules = [] # type: list - def show_keys(keys): """ print current keybindings in a pretty way for a rofi/dmenu window.