diff options
author | Thanos Apollo <[email protected]> | 2023-12-06 17:30:08 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-12-06 17:30:08 +0200 |
commit | f74354ae3d2912686b87d20426d8155865939306 (patch) | |
tree | fb02970ce5ff7b38ea5da26d689c771b7a02a1b7 /.config/qtile | |
parent | 305b766438bc63e014457d8c818885c6ea09b993 (diff) |
qtile:(keys) Add slock
Diffstat (limited to '.config/qtile')
-rw-r--r-- | .config/qtile/config.py | 1 |
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(),), |