mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-13 20:28:35 +10:00
Minor edit to logout keybinding.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user