mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-09 20:19:37 +00:00
qtile: add power menu shortcut
This commit is contained in:
parent
88b98a48d4
commit
dc96fdd71b
@ -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 = [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user