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