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,