aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCalvin <calvin@bastille>2014-02-09 01:17:16 -0500
committerCalvin <calvin@bastille>2014-02-09 01:17:16 -0500
commitee4ad37a767bf96a516dd9d787fcf5fe67c43e89 (patch)
tree55304ab647ae8e28477019bdea72563feaa0fd60
parent7132f4e1386dcfc4415ec20f95ad7988ad191c26 (diff)
sucks formatting
-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 }
};