disabled mouse
authorDaniel Liu <mr.picklepinosaur@gmail.com>
Sun, 31 Jan 2021 16:22:10 +0000 (11:22 -0500)
committerDaniel Liu <mr.picklepinosaur@gmail.com>
Sun, 31 Jan 2021 16:22:10 +0000 (11:22 -0500)
config.def.h

index 1107181..e1dd01a 100644 (file)
@@ -126,16 +126,16 @@ static Key keys[] = {
 /* click can be ClkTagBar, ClkLtSymbol, ClkStatusText, ClkWinTitle, ClkClientWin, or ClkRootWin */
 static 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} },
-       { ClkStatusText,        0,              Button2,        spawn,          {.v = termcmd } },
-       { ClkClientWin,         MODKEY,         Button1,        movemouse,      {0} },
-       { ClkClientWin,         MODKEY,         Button2,        togglefloating, {0} },
-       { ClkClientWin,         MODKEY,         Button3,        resizemouse,    {0} },
-       { ClkTagBar,            0,              Button1,        view,           {0} },
-       { ClkTagBar,            0,              Button3,        toggleview,     {0} },
-       { ClkTagBar,            MODKEY,         Button1,        tag,            {0} },
-       { ClkTagBar,            MODKEY,         Button3,        toggletag,      {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} },
+       //{ ClkClientWin,         MODKEY,         Button3,        resizemouse,    {0} },
+       /* { ClkTagBar,            0,              Button1,        view,           {0} }, */
+       /* { ClkTagBar,            0,              Button3,        toggleview,     {0} }, */
+       /* { ClkTagBar,            MODKEY,         Button1,        tag,            {0} }, */
+       /* { ClkTagBar,            MODKEY,         Button3,        toggletag,      {0} }, */
 };