diff --git a/_desktop/qtile/config.py b/_desktop/qtile/config.py index 798660d..c59a666 100644 --- a/_desktop/qtile/config.py +++ b/_desktop/qtile/config.py @@ -226,9 +226,3 @@ floating_layout = layout.Floating( border_normal="#272822", border_width=5, ) - -auto_fullscreen = False -auto_minimize = True -focus_on_window_activation = 'smart' -follow_mouse_focus = True -reconfigure_screens = True