summaryrefslogtreecommitdiffhomepage
path: root/config.def.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2021-03-31 09:18:58 +0200
committerbakkeby <[email protected]>2021-03-31 09:18:58 +0200
commit647c5935b347cf234a0d6b8186e7f083a2202a65 (patch)
tree74583020df12fa50f8f706e0ed2684f0d8ef1636 /config.def.h
parent6b1225d3b3692a7f9b8106ecd5d0c4b7e267c60b (diff)
downloaddwm-flexipatch-647c5935b347cf234a0d6b8186e7f083a2202a65.tar.gz
dwm-flexipatch-647c5935b347cf234a0d6b8186e7f083a2202a65.zip
Adding tapresize notes to README.md
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index 85ad6e9..ba9e641 100644
--- a/config.def.h
+++ b/config.def.h
@@ -543,7 +543,7 @@ static const int scrollargs[][2] = {
{ 0, +scrollsensetivity },
{ 0, -scrollsensetivity },
};
-#endif
+#endif // TAPRESIZE_PATCH
#if FLEXTILE_DELUXE_LAYOUT
static const Layout layouts[] = {
@@ -1225,7 +1225,7 @@ static Button buttons[] = {
{ ClkClientWin, MODKEY, Button5, resizemousescroll, {.v = &scrollargs[1]} },
{ ClkClientWin, MODKEY, Button6, resizemousescroll, {.v = &scrollargs[2]} },
{ ClkClientWin, MODKEY, Button7, resizemousescroll, {.v = &scrollargs[3]} },
- #endif // TAPRESIZE_PATCH
+ #endif // TAPRESIZE_PATCH
#if DRAGCFACT_PATCH && CFACTS_PATCH
{ ClkClientWin, MODKEY|ShiftMask, Button3, dragcfact, {0} },
#endif // DRAGCFACT_PATCH