From 380d63f8fda52ce8d43266ee8fdd17721e2ba43f Mon Sep 17 00:00:00 2001 From: tiyn Date: Thu, 26 Oct 2023 05:54:27 +0200 Subject: [PATCH] changed hotkeys --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 92544b5..f7b9f1c 100644 --- a/config.def.h +++ b/config.def.h @@ -124,7 +124,7 @@ static Key keys[] = { static Button buttons[] = { /* click event mask button function argument */ { ClkLtSymbol, 0, Button1, cyclelayout, {.i = +1} }, - { ClkLtSymbol, 0, Button2, setlayout, {.v = &layouts[0]} }, + { ClkLtSymbol, 0, Button2, focusstack, {.i = +1} }, { ClkLtSymbol, 0, Button3, cyclelayout, {.i = -1} }, { ClkStatusText, 0, Button1, sigdwmblocks, {.i = 1} }, { ClkStatusText, 0, Button2, sigdwmblocks, {.i = 2} },