From 15da765132b6f3ee4dcef7d6d1c5765b522e3ad5 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Sat, 30 Sep 2023 01:16:35 +0200 Subject: [PATCH] Disable switching the group when clicked/scrolled. --- _gui/_configs/qtile/config.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_gui/_configs/qtile/config.py b/_gui/_configs/qtile/config.py index 86787bd..6b06af5 100644 --- a/_gui/_configs/qtile/config.py +++ b/_gui/_configs/qtile/config.py @@ -142,10 +142,12 @@ screens = [ fontsize=18, highlight_color='#272822', highlight_method='line', + mouse_callbacks={"Button1": lambda: None}, rounded=False, this_current_screen_border='#005577', urgent_alert_method='line', urgent_border='#770000', + use_mouse_wheel=False, ), widget.Prompt( bell_style=None,