diff options
| -rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62,7 +62,7 @@ Key keys[] = { // Mod Key // Command // Application {{{ - { Super, XK_Return, cmd("sensible-terminal -d $(xcwd)") }, + { Super, XK_Return, cmd("sensible-terminal -d $(xcwd || echo '~')") }, { Super|ShiftMask, XK_Return, cmd("~/.bin/tst -d $(xcwd)") }, { Super, XK_c, cmd("sensible-browser") }, |
