From a45ac1792ca386f3474333c030b37d22a173e3d9 Mon Sep 17 00:00:00 2001 From: atagen Date: Fri, 12 Jan 2024 15:33:40 +1100 Subject: [PATCH] change wlogout behaviour II --- home/dots/qtile/config.py | 2 +- home/dots/qtile/flake.lock | 78 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 79 insertions(+), 1 deletion(-) create mode 100644 home/dots/qtile/flake.lock diff --git a/home/dots/qtile/config.py b/home/dots/qtile/config.py index c60aeeb..aa91f69 100755 --- a/home/dots/qtile/config.py +++ b/home/dots/qtile/config.py @@ -189,7 +189,7 @@ keys.extend( Key([mod], "grave", lazy.group["scratch"].dropdown_toggle("term")), Key([mod], "minus", lazy.group["scratch"].dropdown_toggle("pass")), Key([mod], "equal", lazy.group["scratch"].dropdown_toggle("music")), - Key([mod, "shift"], "e", lazy.spawn(Apps.logout)), + Key([mod, "shift"], "e", lazy.group["scratch"].dropdown_toggle("logout")), ] ) diff --git a/home/dots/qtile/flake.lock b/home/dots/qtile/flake.lock new file mode 100644 index 0000000..181ef41 --- /dev/null +++ b/home/dots/qtile/flake.lock @@ -0,0 +1,78 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1704290814, + "narHash": "sha256-LWvKHp7kGxk/GEtlrGYV68qIvPHkU9iToomNFGagixU=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "70bdadeb94ffc8806c0570eb5c2695ad29f0e421", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-23.05", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs-unstable": { + "locked": { + "lastModified": 1704842529, + "narHash": "sha256-OTeQA+F8d/Evad33JMfuXC89VMetQbsU4qcaePchGr4=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "eabe8d3eface69f5bb16c18f8662a702f50c20d5", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixpkgs-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs", + "nixpkgs-unstable": "nixpkgs-unstable", + "utils": "utils" + } + }, + "systems": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, + "utils": { + "inputs": { + "systems": "systems" + }, + "locked": { + "lastModified": 1701680307, + "narHash": "sha256-kAuep2h5ajznlPMD9rnQyffWG8EM/C73lejGofXvdM8=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "4022d587cbbfd70fe950c1e2083a02621806a725", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + } + }, + "root": "root", + "version": 7 +}