diff options
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 931e575..46de6fe 100644 --- a/config.def.h +++ b/config.def.h @@ -725,7 +725,7 @@ static const Layout layouts[] = { { MOD, XK_Right, ACTION##stack, {.i = INC(+1) } }, \ { MOD, XK_Left, ACTION##stack, {.i = INC(-1) } }, \ { MOD, XK_v, ACTION##stack, {.i = 0 } }, \ - { MOD, XK_s, ACTION##stack, {.i = PREVSEL } }, \ +/* { MOD, XK_s, ACTION##stack, {.i = PREVSEL } }, */ #endif // STACKER_PATCH |
