From df2f7d3f6fb4129f286c354c3d21f49bb1bf2fcb Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Wed, 28 May 2025 13:28:47 +0400 Subject: `NOT USED` comment added --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index e39790f..6b8281f 100644 --- a/config.h +++ b/config.h @@ -138,7 +138,7 @@ static const Key keys[] = { static const Button buttons[] = { /* click event mask button function argument */ { ClkLtSymbol, 0, Button1, setlayout, {0} }, - { ClkLtSymbol, 0, Button3, setlayout, {.v = &layouts[2]} }, + { ClkLtSymbol, 0, Button3, setlayout, {.v = &layouts[2]} }, /* NOT USED */ { ClkWinTitle, 0, Button2, zoom, {0} }, { ClkStatusText, 0, Button2, spawn, {.v = termcmd } }, { ClkClientWin, MODKEY, Button1, movemouse, {0} }, -- cgit v1.2.3