typo qtile config

This commit is contained in:
Remi.labbe
2022-07-09 08:30:02 +00:00
parent 5e87727620
commit b32fb94955

View File

@@ -9,7 +9,7 @@ from libqtile.command import lazy
from libqtile import layout, bar, widget, hook
from libqtile.lazy import lazy
from libqtile.utils import guess_terminal
from typing import List # noqa: F401from typing import List # noqa: F401
from typing import List # noqa: F401
mod = "mod4" # Sets mod key to SUPER/WINDOWS
myTerm = "alacritty" # My terminal of choice