aboutsummaryrefslogtreecommitdiff
path: root/keys.h
diff options
context:
space:
mode:
Diffstat (limited to 'keys.h')
-rw-r--r--keys.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/keys.h b/keys.h
index 783a938..54535ef 100644
--- a/keys.h
+++ b/keys.h
@@ -1,6 +1,5 @@
static const Key hotkeys[] = {
- //"Command MOD Key
- { "xterm &", Mod1Mask, XK_g },
+ { "xterm &", Mod1Mask, XK_g },
{ "xterm -e mail &", ShiftMask|ControlMask, XK_m },
{ "chromium &", Mod1Mask, XK_z }
};