diff options
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -63,6 +63,7 @@ static const Layout layouts[] = { /* key definitions */ #define MODKEY Mod4Mask +#define NOMOD 0 #define TAGKEYS(KEY,TAG) \ { MODKEY, KEY, view, {.ui = 1 << TAG} }, \ { MODKEY|ControlMask, KEY, toggleview, {.ui = 1 << TAG} }, \ @@ -82,7 +83,7 @@ static const char *sscmd[] = { "scr", NULL }; static const Key keys[] = { /* modifier key function argument */ { MODKEY, XK_r, spawn, {.v = dmenucmd } }, - { MODKEY, XK_p, spawn, {.v = sscmd } }, + { NOMOD, XK_Print, spawn, {.v = sscmd } }, { MODKEY, XK_Return, spawn, {.v = termcmd } }, { MODKEY, XK_b, spawn, {.v = browsercmd } }, { MODKEY|ShiftMask, XK_b, togglebar, {0} }, |
