qtile: update keybinds

This commit is contained in:
Infinidoge 2021-10-24 14:38:00 -04:00
parent 5ef2cccccf
commit 1f3332604b

View file

@ -224,15 +224,25 @@ keys = [
desc="Kill focused window", desc="Kill focused window",
), ),
Key( Key(
[Keys.SUPER, Keys.CONTROL], "r", [Keys.SUPER, Keys.CONTROL, Keys.SHIFT], "f",
lazy.restart(), lazy.window.toggle_floating(),
desc="Restart Qtile", desc="Toggle window's floating mode"
), ),
Key( Key(
[Keys.SUPER, Keys.CONTROL], "q", [Keys.SUPER, Keys.CONTROL], "r",
lazy.shutdown(), lazy.reload_config(),
desc="Shutdown Qtile", desc="Reload Qtile Configuration",
), ),
# Key(
# [Keys.SUPER, Keys.CONTROL], "r",
# lazy.restart(),
# desc="Restart Qtile",
# ),
# Key(
# [Keys.SUPER, Keys.CONTROL], "q",
# lazy.shutdown(),
# desc="Shutdown Qtile",
# ),
Key( Key(
[Keys.SUPER, Keys.CONTROL], "l", [Keys.SUPER, Keys.CONTROL], "l",
lazy.spawn("xsecurelock"), lazy.spawn("xsecurelock"),