From f74354ae3d2912686b87d20426d8155865939306 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Wed, 6 Dec 2023 17:30:08 +0200 Subject: qtile:(keys) Add slock --- .config/qtile/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/qtile/config.py b/.config/qtile/config.py index 7afb6a7..a73c0c8 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -200,6 +200,7 @@ keys = [ Key([mod],"Return",lazy.spawn("emacsclient -c"),), Key([mod,"shift"],"m",lazy.spawn("emacsclient -e '(thanos/pass-launcher)'"),), Key([mod],"r",lazy.spawn("rofi -show drun -modi drun -show-icons"),), + Key([mod, "shift"], "l", lazy.spawn("slock")), Key([mod,"shift"],"c",lazy.next_layout(),), Key([mod],"q",lazy.window.kill(),), Key([mod,"shift"],"r",lazy.restart(),), -- cgit v1.2.3