qtile-desktop: remove unused terminal shortcuts
This commit is contained in:
parent
d1c2451adb
commit
dbb92f6d85
1 changed files with 0 additions and 2 deletions
|
@ -143,8 +143,6 @@ key_control = "control"
|
|||
keys = [
|
||||
# https://github.com/qtile/qtile/blob/master/libqtile/xkeysyms.py
|
||||
Key([key_super], "Return", lazy.spawn("${terminalCommand}")),
|
||||
Key([key_super], "backslash", lazy.spawn("${terminalCommand}")),
|
||||
Key([key_super], "apostrophe", lazy.spawn("${terminalCommand}")),
|
||||
Key([key_super], "r", lazy.spawncmd()),
|
||||
Key([key_super], "w", lazy.window.kill()),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue