fix the qtile config

This commit is contained in:
Andreas Zweili 2021-12-24 09:55:44 +01:00
parent 00a571b932
commit 21fa396573

View File

@ -34,7 +34,7 @@ keys = [
Key([mod], "Tab", lazy.spawn("rofi -show window")),
# Toggle between different layouts as defined below
Key([mod], "Space", lazy.next_layout(), desc="Toggle between layouts"),
Key([mod], "space", lazy.next_layout(), desc="Toggle between layouts"),
Key([mod, "shift"], "q", lazy.window.kill()),
Key([mod, "control"], "r", lazy.restart(), desc="Restart qtile"),