config/qtile: remove reload config key (nonfunctional)
This commit is contained in:
parent
e446e599ac
commit
b073fea5cd
1 changed files with 5 additions and 5 deletions
|
@ -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(),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue