From d505508601b4b76c2b8c118e10fb7eda7b9ad7e2 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Thu, 2 Jan 2025 03:28:13 +0900 Subject: modified config.h --- dwm/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dwm/config.h') diff --git a/dwm/config.h b/dwm/config.h index 4a592c9..465a65b 100644 --- a/dwm/config.h +++ b/dwm/config.h @@ -551,7 +551,7 @@ static const Button buttons[] = { /* click event mask button function argument */ // MOUSE BUTTONS #ifndef __OpenBSD__ - { ClkWinTitle, 0, Button2, zoom, {0} }, + { ClkWinTitle, 0, Button2, zoom, {0} }, { ClkStatusText, 0, Button1, sigdwmblocks, { .i = 1 } }, { ClkStatusText, 0, Button2, sigdwmblocks, { .i = 2 } }, { ClkStatusText, 0, Button3, sigdwmblocks, { .i = 3 } }, -- cgit v1.2.3