aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.h b/config.h
index ac19c0a..cacd785 100644
--- a/config.h
+++ b/config.h
@@ -62,7 +62,8 @@ Key keys[] = {
// Mod Key // Command
// Application {{{
- { Super, XK_Return, cmd("sensible-terminal -d $(xcwd || echo '~')") },
+ { Super, XK_Return, cmd("sensible-terminal -d $(xcwd)") },
+ { Super|ControlMask, XK_Return, cmd("sensible-terminal") },
{ Super|ShiftMask, XK_Return, cmd("~/.bin/tst -d $(xcwd)") },
{ Super, XK_c, cmd("sensible-browser") },