From 40780bbf713421e97e7c4caffae87fcc3242ad41 Mon Sep 17 00:00:00 2001 From: Daniel Liu Date: Sun, 31 Jan 2021 11:22:10 -0500 Subject: [PATCH] disabled mouse --- config.def.h | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/config.def.h b/config.def.h index 1107181..e1dd01a 100644 --- a/config.def.h +++ b/config.def.h @@ -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} }, */ }; -- 2.20.1