Fix keybindings for switching to tty ;-)

This commit is contained in:
Bartek Stalewski 2023-10-20 23:42:27 +02:00
parent b6f78ef3d4
commit a2e345812c

View File

@ -106,7 +106,7 @@ for i in groups[:10]:
) )
if qtile.core.name is "wayland": if qtile.core.name is "wayland":
for i in range(1,7): for i in range(1,2):
keys.extend([ keys.extend([
Key(["control", "mod1"], f"f{i}", lazy.core.change_vt(i), desc=f"Switch to VT{i}") Key(["control", "mod1"], f"f{i}", lazy.core.change_vt(i), desc=f"Switch to VT{i}")
]) ])