Adding dm-logout keybindings.

This commit is contained in:
Derek Taylor
2023-04-01 13:45:40 -05:00
parent 30237be670
commit 59698df265
6 changed files with 16 additions and 12 deletions

View File

@@ -140,8 +140,8 @@ keys = [
desc='Restart Qtile'
),
Key([mod, "shift"], "q",
lazy.shutdown(),
desc='Shutdown Qtile'
lazy.spawn("dm-logout"),
desc='Logout menu'
),
Key(["control", "shift"], "e",
lazy.spawn("emacsclient -c -a emacs"),