summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2025-05-28 13:28:47 +0400
committerSuleyman Farajli <suleyman@farajli.net>2025-05-28 13:28:47 +0400
commitdf2f7d3f6fb4129f286c354c3d21f49bb1bf2fcb (patch)
tree04e4051557ed1f9c5ffa00e5d44b5548a79646a3
parentf12f369899d04591389bd13e2ad1aef9f4fb6dc5 (diff)
`NOT USED` comment added
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
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} },