From 4c8a0e7711b3138ed05e80451607d98a9e636b92 Mon Sep 17 00:00:00 2001 From: opfez Date: Tue, 1 Jun 2021 13:57:12 +0200 Subject: [PATCH] and do it properly this time! --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index 8321fd4..53b029c 100644 --- a/config.h +++ b/config.h @@ -108,8 +108,8 @@ static Key keys[] = { { MODKEY|ShiftMask, XK_comma, tagmon, {.i = -1 } }, { MODKEY|ShiftMask, XK_period, tagmon, {.i = +1 } }, { MODKEY, XK_n, switchcol, {0} }, - { MODKEY, XK_y, view_adjacent, { .i = +1 } }, - { MODKEY, XK_u, view_adjacent, { .i = -1 } }, + { MODKEY, XK_u, view_adjacent, { .i = +1 } }, + { MODKEY, XK_y, view_adjacent, { .i = -1 } }, TAGKEYS( XK_1, 0) TAGKEYS( XK_2, 1) TAGKEYS( XK_3, 2)