diff --git a/.config/qtile/README.org b/.config/qtile/README.org index d5583cc..1640add 100644 --- a/.config/qtile/README.org +++ b/.config/qtile/README.org @@ -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 diff --git a/.config/qtile/config.py b/.config/qtile/config.py index d5a7921..592e88b 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -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