From c3ac3b3f83e79253f0911ff6098cda383b9c59f0 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Sat, 7 Sep 2019 19:22:48 -0500 Subject: [PATCH] Minor edits. --- .config/qtile/config.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.config/qtile/config.py b/.config/qtile/config.py index e4a443c..f9731ef 100755 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -182,32 +182,32 @@ def init_keys(): Key( - [mod, "shift"], "e", + [mod1, "control"], "e", # lazy.spawncmd() lazy.spawn("./.dmenu/dmenu-edit-configs.sh") ), Key( - [mod, "shift"], "m", + [mod1, "control"], "m", # lazy.spawncmd() lazy.spawn("./.dmenu/dmenu-sysmon.sh") ), Key( - [mod, "shift"], "p", + [mod1, "control"], "p", # lazy.spawncmd() lazy.spawn("passmenu") ), Key( - [mod, "shift"], "r", + [mod1, "control"], "r", # lazy.spawncmd() lazy.spawn("./.dmenu/dmenu-reddio.sh") ), Key( - [mod, "shift"], "s", + [mod1, "control"], "s", # lazy.spawncmd() lazy.spawn("./.dmenu/dmenu-surfraw.sh") ), Key( - [mod, "shift"], "t", + [mod1, "control"], "t", # lazy.spawncmd() lazy.spawn("./.dmenu/dmenu-trading.sh") ),