From 2c75e310c150d90324c26c8d453318a9ae072b07 Mon Sep 17 00:00:00 2001 From: Alex Denes Date: Fri, 27 Dec 2024 19:42:44 +0000 Subject: [PATCH] Disable mouse actions --- config.def.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config.def.h b/config.def.h index 91aff6a..9ffe58c 100644 --- a/config.def.h +++ b/config.def.h @@ -230,7 +230,5 @@ static const Key keys[] = { }; static const Button buttons[] = { - { MODKEY, BTN_LEFT, moveresize, {.ui = CurMove} }, - { MODKEY, BTN_MIDDLE, togglefloating, {0} }, - { MODKEY, BTN_RIGHT, moveresize, {.ui = CurResize} }, + { 0, 0, NULL, {0} }, };