From c4e417d5e828a9ef71f4405c5eb05702f15c3fea Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Sat, 7 Sep 2019 19:20:38 -0500 Subject: [PATCH] Minor edits. --- .config/qtile/config.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.config/qtile/config.py b/.config/qtile/config.py index d880726..e4a443c 100755 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -196,11 +196,21 @@ def init_keys(): # lazy.spawncmd() lazy.spawn("passmenu") ), + Key( + [mod, "shift"], "r", + # lazy.spawncmd() + lazy.spawn("./.dmenu/dmenu-reddio.sh") + ), Key( [mod, "shift"], "s", # lazy.spawncmd() lazy.spawn("./.dmenu/dmenu-surfraw.sh") ), + Key( + [mod, "shift"], "t", + # lazy.spawncmd() + lazy.spawn("./.dmenu/dmenu-trading.sh") + ), Key(