Minor edit to logout keybinding.

This commit is contained in:
Derek Taylor
2024-01-26 11:49:33 -06:00
parent 9c0e3a5830
commit b4664f7ccd
2 changed files with 2 additions and 2 deletions

View File

@@ -149,7 +149,7 @@ keys = [
Key([mod], "Tab", lazy.next_layout(), desc="Toggle between layouts"),
Key([mod, "shift"], "c", lazy.window.kill(), desc="Kill focused window"),
Key([mod, "shift"], "r", lazy.reload_config(), desc="Reload the config"),
Key([mod, "shift"], "q", lazy.spawn("dm-logout"), desc="Logout menu"),
Key([mod, "shift"], "q", lazy.spawn("dm-logout -r"), desc="Logout menu"),
Key([mod], "r", lazy.spawncmd(), desc="Spawn a command using a prompt widget"),
# Switch between windows

View File

@@ -70,7 +70,7 @@ keys = [
Key([mod], "Tab", lazy.next_layout(), desc="Toggle between layouts"),
Key([mod, "shift"], "c", lazy.window.kill(), desc="Kill focused window"),
Key([mod, "shift"], "r", lazy.reload_config(), desc="Reload the config"),
Key([mod, "shift"], "q", lazy.spawn("dm-logout"), desc="Logout menu"),
Key([mod, "shift"], "q", lazy.spawn("dm-logout -r"), desc="Logout menu"),
Key([mod], "r", lazy.spawncmd(), desc="Spawn a command using a prompt widget"),
# Switch between windows