qtile-desktop: remove unused terminal shortcuts

This commit is contained in:
steveej 2021-08-27 11:46:13 +02:00
parent d1c2451adb
commit dbb92f6d85

View file

@ -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()),