diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-01-02 03:28:13 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-01-02 03:28:13 +0900 |
| commit | d505508601b4b76c2b8c118e10fb7eda7b9ad7e2 (patch) | |
| tree | ffc54e34e7a4f186bdfc8aca603853532b29701c /dwm/config.h | |
| parent | 4660819bf65c3201138ea8ee0dfe6572c535cca1 (diff) | |
modified config.h
Diffstat (limited to 'dwm/config.h')
| -rw-r--r-- | dwm/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 } }, |
