summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-12-06 17:30:08 +0200
committerThanos Apollo <[email protected]>2023-12-06 17:30:08 +0200
commitf74354ae3d2912686b87d20426d8155865939306 (patch)
treefb02970ce5ff7b38ea5da26d689c771b7a02a1b7
parent305b766438bc63e014457d8c818885c6ea09b993 (diff)
qtile:(keys) Add slock
-rw-r--r--.config/qtile/config.py1
1 files changed, 1 insertions, 0 deletions
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(),),