qtile: add power menu shortcut

This commit is contained in:
Guilherme Rugai Freire 2021-08-04 16:32:54 -03:00
parent 88b98a48d4
commit dc96fdd71b
No known key found for this signature in database
GPG Key ID: 0F9FE41723A8A297

View File

@ -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 = [