diff --git a/users/infinidoge/config/qtile/config.py b/users/infinidoge/config/qtile/config.py index 11d90ec..b7a8565 100644 --- a/users/infinidoge/config/qtile/config.py +++ b/users/infinidoge/config/qtile/config.py @@ -228,11 +228,11 @@ keys = [ lazy.window.toggle_floating(), desc="Toggle window's floating mode" ), - Key( - [Keys.SUPER, Keys.CONTROL], "r", - lazy.reload_config(), - desc="Reload Qtile Configuration", - ), + # Key( + # [Keys.SUPER, Keys.CONTROL], "r", + # lazy.reload_config(), + # desc="Reload Qtile Configuration", + # ), # Key( # [Keys.SUPER, Keys.CONTROL], "r", # lazy.restart(),