config/qtile: remove reload config key (nonfunctional)

This commit is contained in:
Infinidoge 2021-11-01 08:49:45 -04:00
parent e446e599ac
commit b073fea5cd

View file

@ -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(),