summaryrefslogtreecommitdiff
path: root/.config/qtile/config.py
diff options
context:
space:
mode:
Diffstat (limited to '.config/qtile/config.py')
-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(),),