config/qtile: readd reload_config key

This commit is contained in:
Infinidoge 2021-11-15 08:06:48 -05:00
parent 463e1d65b6
commit b0a712c210

View file

@ -228,11 +228,11 @@ keys = [
lazy.window.toggle_floating(), lazy.window.toggle_floating(),
desc="Toggle window's floating mode" desc="Toggle window's floating mode"
), ),
# Key( Key(
# [Keys.SUPER, Keys.CONTROL], "r", [Keys.SUPER, Keys.CONTROL], "r",
# lazy.reload_config(), lazy.reload_config(),
# desc="Reload Qtile Configuration", desc="Reload Qtile Configuration",
# ), ),
# Key( # Key(
# [Keys.SUPER, Keys.CONTROL], "r", # [Keys.SUPER, Keys.CONTROL], "r",
# lazy.restart(), # lazy.restart(),