aboutsummaryrefslogtreecommitdiff
path: root/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'config.py')
-rw-r--r--config.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.py b/config.py
index d08d0f7..17d6440 100644
--- a/config.py
+++ b/config.py
@@ -392,6 +392,8 @@ keys = [
Key([mod, "control"], "bracketright", lazy.spawn(f"{mpc} volume +5")),
+ Key([mod, "control"], "e", lazy.spawn(f"{home}/hammer.sh")),
+
# Toggle between different layouts as defined below
Key([mod], "Tab", lazy.next_layout()),
Key([mod, "shift"], "f", lazy.window.toggle_floating()),