diff --git a/users/infinidoge/config/qtile/config.py b/users/infinidoge/config/qtile/config.py index 54e8a04..96c82b0 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(),