diff options
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h index 2afbcd5..ca023c1 100644 --- a/config.def.h +++ b/config.def.h @@ -36,7 +36,7 @@ static const Rule rules[] = { { "foot", NULL, 0, 0, 1, 1, -1, 0 }, { "Gimp_EXAMPLE", NULL, 0, 1, 0, 0, -1, 0 }, /* Start on currently visible tags floating, not tiled */ { "firefox_EXAMPLE", NULL, 1 << 8, 0, 0, 0, -1, 0 }, /* Start on ONLY tag "9" */ - { "scratchpad", NULL, 0, 1, 1, 0, -1, 's'}, + { "scratchpad", NULL, 0, 1, 1, 0, -1, 's'}, }; /* layout(s) */ @@ -143,7 +143,7 @@ static const Key keys[] = { /* modifier key function argument */ { MODKEY, XKB_KEY_Return, spawn, {.v = termcmd} }, - { MODKEY|WLR_MODIFIER_SHIFT, XKB_KEY_A, togglescratch, {.v = spcmd} }, + { MODKEY|WLR_MODIFIER_SHIFT, XKB_KEY_Return, togglescratch, {.v = spcmd} }, { MODKEY, XKB_KEY_a, spawn, {.v = menucmd} }, /*{ MODKEY|WLR_MODIFIER_SHIFT, XKB_KEY_A, spawn, SHCMD(TERMINAL " -e abook -C ~/.config/abook/abookrc --datafile ~/.config/abook/addressbook") }, */ { MODKEY, XKB_KEY_w, spawn, {.v = (const char*[]){ "firefox", NULL }} }, |
