diff options
| author | P.P.A <adolphs@moselle.moe> | 2023-07-08 09:30:40 +0200 |
|---|---|---|
| committer | P.P.A <adolphs@moselle.moe> | 2023-07-08 09:30:40 +0200 |
| commit | 88a51560ef67174f46cd0b02f41b4da43465bf9a (patch) | |
| tree | e970c7153ecf22a4316d6e27c9783f7e49cbfb4f /config.def.h | |
| parent | 09ee65e0afc5c0cff62d088546de1fe89aa9d830 (diff) | |
push
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 345be84..1f750b5 100644 --- a/config.def.h +++ b/config.def.h @@ -99,6 +99,8 @@ static const Key keys[] = { { MODKEY, XK_minus, setgaps, {.i = -1 } }, { MODKEY, XK_equal, setgaps, {.i = +1 } }, { MODKEY|ShiftMask, XK_equal, setgaps, {.i = 0 } }, + { MODKEY|ShiftMask, XK_j, pushdown, {0} }, + { MODKEY|ShiftMask, XK_k, pushup, {0} }, TAGKEYS( XK_1, 0) TAGKEYS( XK_2, 1) TAGKEYS( XK_3, 2) |
