From dc96fdd71b0824c75153b871666a16b0265bfa0d Mon Sep 17 00:00:00 2001 From: Guilherme Rugai Freire <41879254+GRFreire@users.noreply.github.com> Date: Wed, 4 Aug 2021 16:32:54 -0300 Subject: [PATCH] qtile: add power menu shortcut --- .config/qtile/config.py | 2 ++ 1 file changed, 2 insertions(+) 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 = [