renable the restart qtile config

This commit is contained in:
Andreas Zweili 2021-12-11 14:21:30 +01:00
parent 6981be9957
commit 6bb16ce1ab
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ keys = [
Key([mod], "Tab", lazy.next_layout(), desc="Toggle between layouts"),
Key([mod, "shift"], "q", lazy.window.kill()),
Key([mod, "control"], "r", lazy.reload_config(), desc="Restart qtile"),
Key([mod, "control"], "r", lazy.restart(), desc="Restart qtile"),
Key([mod, "control"], "q", lazy.shutdown(), desc="Shutdown qtile"),
Key([mod], "F1", lazy.spawn("pactl set-sink-mute @DEFAULT_SINK@ toggle")),