From ddec9f35abb55c8af7513651f39eba15743403fa Mon Sep 17 00:00:00 2001 From: tiyn Date: Tue, 24 Oct 2023 05:02:28 +0200 Subject: [PATCH] added notitle patch to readme --- config.def.h | 1 - 1 file changed, 1 deletion(-) diff --git a/config.def.h b/config.def.h index e4a9e6f..0bb0856 100644 --- a/config.def.h +++ b/config.def.h @@ -128,7 +128,6 @@ static Button buttons[] = { { ClkLtSymbol, 0, Button1, cyclelayout, {.i = +1} }, { ClkLtSymbol, 0, Button2, setlayout, {.v = &layouts[0]} }, { ClkLtSymbol, 0, Button3, cyclelayout, {.i = -1} }, - { ClkWinTitle, 0, Button2, focusstack, {.i = +1} }, { ClkStatusText, 0, Button1, sigdwmblocks, {.i = 1} }, { ClkStatusText, 0, Button2, sigdwmblocks, {.i = 2} }, { ClkStatusText, 0, Button3, sigdwmblocks, {.i = 3} },