diff --git a/_desktop/qtile/config.py b/_desktop/qtile/config.py index 5eb4932..5f3b221 100644 --- a/_desktop/qtile/config.py +++ b/_desktop/qtile/config.py @@ -141,6 +141,7 @@ screens = [ widget.GroupBox( active='#feffff', disable_drag=True, + fontsize=17, highlight_method='block', rounded=False, this_current_screen_border='#005577', @@ -217,6 +218,7 @@ floating_layout = layout.Floating( float_rules=[ *layout.Floating.default_float_rules, Match(wm_class='authenticator'), + Match(title="File Upload"), Match(title="Open File"), Match(title="Open file"), Match(title="Open Files"),