diff --git a/.config/qtile/config.py b/.config/qtile/config.py index ce68476..639d30f 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -69,6 +69,8 @@ keys = [ # QTile Key([MOD, "control"], "r", lazy.restart(), desc="Restart Qtile"), Key([MOD, "control"], "q", lazy.shutdown(), desc="Shutdown Qtile"), + # System + Key([MOD], "BackSpace", lazy.spawn(POWER_MENU), desc="Open power menu"), ] group_names = [