Login screen reappears endlessly

I tried to modify EOS Qtile config by adding the following line to keys.py :

Key([mod], "Thunar", lazy.spawn("thunar"), desc="Launch thunar")

Since I made this modification, I can no longer log in. Each time I put my password when asked at the login screen, Qtile loads and then goes back to login screen.

How could I access a terminal in order to change back keys.py?

Use ctrl+alt+F3 to access a TTY

2 Likes

Thx I can now login again.
By the way, the correct line to add thunar is:

Key([mod], "t", lazy.spawn("thunar"), desc="Launch thunar")

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.