From 5d87f3fc0fca920075f997eba92d3f8a2801e6cb Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Mon, 18 Apr 2022 18:04:53 +0200 Subject: fix --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 3c5ad12..4140ca9 100644 --- a/config.h +++ b/config.h @@ -67,8 +67,8 @@ static const Layout layouts[] = { #define TAGKEYS(KEY,TAG) \ { MODKEY, KEY, view, {.ui = 1 << TAG} }, \ { MODKEY|ShiftMask, KEY, tag, {.ui = 1 << TAG} }, \ - { MODKEY|ControlMask, KEY, tagnextmon, {.ui = 1 << TAG} }, \ - { MODKEY|ControlMask|ShiftMask, KEY, tagprevmon, {.ui = 1 << TAG} }, \ + { MODKEY|ControlMask, KEY, tagprevmon, {.ui = 1 << TAG} }, \ + { MODKEY|ControlMask|ShiftMask, KEY, tagnextmon, {.ui = 1 << TAG} }, \ { MODKEY|METAKEY, KEY, toggletag, {.ui = 1 << TAG} }, \ { MODKEY|METAKEY|ControlMask, KEY, toggleview, {.ui = 1 << TAG} }, -- cgit v1.2.3