From 2eda3753f4a739c72405a21ea74d8c2e30f2f541 Mon Sep 17 00:00:00 2001
From: Luca Bilke <bilke@tralios.de>
Date: Wed, 12 Jun 2024 10:19:46 +0200
Subject: [PATCH] disable status bar clicks

---
 config.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/config.h b/config.h
index b3ad0d4..c76af85 100644
--- a/config.h
+++ b/config.h
@@ -386,9 +386,9 @@ static const Key keys[] = {
 /* click can be ClkTagBar, ClkLtSymbol, ClkStatusText, ClkWinTitle, ClkClientWin, or ClkRootWin */
 static const Button buttons[] = {
 	/* click                event mask           button          function        argument */
-	{ ClkLtSymbol,          0,                   Button1,        setlayout,      {0} },
-	{ ClkLtSymbol,          0,                   Button3,        setlayout,      {.v = &layouts[2]} },
-	{ ClkWinTitle,          0,                   Button2,        zoom,           {0} },
+	/*{ ClkLtSymbol,          0,                   Button1,        setlayout,      {0} },*/
+	/*{ ClkLtSymbol,          0,                   Button3,        setlayout,      {.v = &layouts[2]} },*/
+	/*{ ClkWinTitle,          0,                   Button2,        zoom,           {0} },*/
 	{ ClkStatusText,        0,                   Button2,        spawn,          {.v = termcmd } },
 	{ ClkClientWin,         MODKEY,              Button1,        movemouse,      {0} },
 	{ ClkClientWin,         MODKEY,              Button2,        togglefloating, {0} },