mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-10 04:19:38 +00:00
qtile: change kill window keybinding
This commit is contained in:
parent
07a7b8b984
commit
a4467e61b4
@ -31,7 +31,7 @@ keys = [
|
||||
Key([MOD], "w", lazy.spawn(WEB), desc="Open web browser"),
|
||||
Key([MOD], "f", lazy.spawn(FILE_MANAGER), desc="Open file manager"),
|
||||
# Closes window.
|
||||
Key([MOD, "shift"], "c", lazy.window.kill(), desc="Kill focused window"),
|
||||
Key([MOD], "q", lazy.window.kill(), desc="Kill focused window"),
|
||||
# Switch between windows
|
||||
Key([MOD], "h", lazy.layout.left(), desc="Move focus to left"),
|
||||
Key([MOD], "l", lazy.layout.right(), desc="Move focus to right"),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user