From 0c7598dbbec8788a78cf6ba1fe56ec1ee801989d Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Thu, 27 Aug 2020 20:28:52 +0530 Subject: term key change --- config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config.h') 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") }, -- cgit v1.3.1