Fix keybindings for switching to tty ;-)
This commit is contained in:
parent
b6f78ef3d4
commit
a2e345812c
@ -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}")
|
||||||
])
|
])
|
||||||
|
Loading…
Reference in New Issue
Block a user