diff options
| author | Bear <bear@bengtsson.win> | 2021-12-29 03:11:29 +0000 |
|---|---|---|
| committer | Bear <bear@bengtsson.win> | 2021-12-29 03:11:29 +0000 |
| commit | 33d1943ab7b90e0e2cc74cee7c358733c3871fab (patch) | |
| tree | ca667b2aa2dfe6d12b6c5a4bf0c748ec5d2bdd9a /config.def.h | |
| parent | 69262b01ced79c2d776fab9b889926d1816a1e7a (diff) | |
cleanup and delete uncessary/duplicated keybind
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 |
